Skip to content

Commit

Permalink
fix: auth config
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 9, 2024
1 parent b625e8d commit 4e497d0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ app:
debug: true

service:
auth: auth:3002
backend: backend:3003
file: file:3004
auth: localhost:3002
backend: localhost:3003
file: localhost:3004
# Production, when gateway in a container in same network
# auth: auth:3002
# backend: backend:3003
# file: file:3004

0 comments on commit 4e497d0

Please sign in to comment.