Compare commits

..

No commits in common. "4d21924690facdf692b86dc397ee6f097fb54ddb" and "bb972e81ae98820cc351e22445a7ca3aa48a7404" have entirely different histories.

View File

@ -1,5 +1,6 @@
FASTAPI_URL="http://localhost:8000"
INTERNAL_API_BASE_URL="http://localhost:3005"
DATABASE_URL="postgresql://user:pass@localhost:5432/rooftop?schema=public"
JWT_SECRET="secret_key"