diff --git a/.env.example b/.env.example index 2cd6698..b8ec0c3 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,5 @@ 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"