Compare commits
No commits in common. "4d21924690facdf692b86dc397ee6f097fb54ddb" and "bb972e81ae98820cc351e22445a7ca3aa48a7404" have entirely different histories.
4d21924690
...
bb972e81ae
@ -1,5 +1,6 @@
|
|||||||
FASTAPI_URL="http://localhost:8000"
|
FASTAPI_URL="http://localhost:8000"
|
||||||
INTERNAL_API_BASE_URL="http://localhost:3005"
|
INTERNAL_API_BASE_URL="http://localhost:3005"
|
||||||
|
|
||||||
|
|
||||||
DATABASE_URL="postgresql://user:pass@localhost:5432/rooftop?schema=public"
|
DATABASE_URL="postgresql://user:pass@localhost:5432/rooftop?schema=public"
|
||||||
JWT_SECRET="secret_key"
|
JWT_SECRET="secret_key"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user