Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nuuxcode authored Nov 29, 2023
1 parent 712fc05 commit 1d962bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ POSTGRES_PASSWORD=Bike-Hub
POSTGRES_DB=bikehub
DATABASE_URL=postgresql://bikehub:Bike-Hub@localhost:5432/bikehub?schema=public
JWT_SIGNATURE=secret123456789
CORS_ALLOW_URL=http://localhost:3000,http://34.175.134.108:*,http://142.93.105.168:*,https://localhost:3000,https://34.175.134.108:*,https://142.93.105.168:*
CORS_ALLOW_URL=http://localhost:3000,http://34.175.134.108:*,http://142.93.105.168:*,https://localhost:3000,https://34.175.134.108:*,https://142.93.105.168:*,http://dev.bikehub.me/,http://bikehub.me/
API_PORT=3300

0 comments on commit 1d962bb

Please sign in to comment.