forked from phoenix/litellm-mirror
(fix) echo DB URL
This commit is contained in:
parent
358a44ce13
commit
8f8237a1a0
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ RUN pip install --no-cache-dir --find-links=/wheels/ -r requirements.txt \
|
||||||
&& rm -f *.whl
|
&& rm -f *.whl
|
||||||
|
|
||||||
# if user has set os.environ['DATABASE_URL'] != None, run prisma generate
|
# if user has set os.environ['DATABASE_URL'] != None, run prisma generate
|
||||||
|
RUN echo "DATABASE_URL is set to: $DATABASE_URL"
|
||||||
RUN if [ -n "$DATABASE_URL" ]; then \
|
RUN if [ -n "$DATABASE_URL" ]; then \
|
||||||
echo "DATABASE_URL is set to: $DATABASE_URL"; \
|
echo "DATABASE_URL is set to: $DATABASE_URL"; \
|
||||||
prisma generate; \
|
prisma generate; \
|
||||||
|
|
|
@ -30,7 +30,7 @@ def test_add_new_key():
|
||||||
|
|
||||||
headers = {"Authorization": f"Bearer {token}"}
|
headers = {"Authorization": f"Bearer {token}"}
|
||||||
|
|
||||||
staging_endpoint = "https://litellm-litellm-pr-1366.up.railway.app"
|
staging_endpoint = "https://litellm-litellm-pr-1376.up.railway.app"
|
||||||
|
|
||||||
# Your bearer token
|
# Your bearer token
|
||||||
token = os.getenv("PROXY_MASTER_KEY")
|
token = os.getenv("PROXY_MASTER_KEY")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue