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 65a2dad commit 914e1c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
APP_PORT=3001
APP_ENV=development

SERVICE_AUTH=localhost:3002
SERVICE_BACKEND=localhost:3003
SERVICE_CHECKIN=localhost:3004
SERVICE_STORE=localhost:3005
SERVICE_AUTH=auth:3002
SERVICE_BACKEND=backend:3003
SERVICE_CHECKIN=checkin:3004
SERVICE_STORE=store:3005

CORS_ORIGINS=http://localhost:3000

0 comments on commit 914e1c9

Please sign in to comment.