Skip to content

Commit

Permalink
fix: .env
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 28, 2024
1 parent 0516e58 commit 65a2dad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
APP_PORT=3000
APP_PORT=3001
APP_ENV=development

SERVICE_AUTH=localhost:3001
SERVICE_AUTH=localhost:3002
SERVICE_BACKEND=localhost:3003
SERVICE_CHECKIN=localhost:3004
SERVICE_STORE=localhost:3005

CORS_ORIGINS=http://localhost:3000,http://localhost:3001
CORS_ORIGINS=http://localhost:3000

0 comments on commit 65a2dad

Please sign in to comment.