+5
-3
@@ -149,9 +149,11 @@ CS_WORKER_NETWORK=neuralhunt_backend
|
||||
CS_WORKER_REGISTER_URL=http://customer-service:8092/internal/workers/register
|
||||
DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
# Game endpoints as seen from Customer Service. Compose sets them to app:8080/8081.
|
||||
CS_GAME_PUBLIC_URL=http://app:8080
|
||||
CS_GAME_ADMIN_URL=http://app:8081
|
||||
# Game endpoints as seen from Customer Service. These localhost defaults make
|
||||
# `go run ./cmd/customer-service` work when the game server also runs locally.
|
||||
# docker-compose.yml explicitly overrides them to http://app:8080 / :8081.
|
||||
CS_GAME_PUBLIC_URL=http://127.0.0.1:8080
|
||||
CS_GAME_ADMIN_URL=http://127.0.0.1:8081
|
||||
CUSTOMER_SQLITE_PATH=/customer-data/customer-service.db
|
||||
|
||||
# PayPal. Start in sandbox. Live mode is additionally locked in code until the
|
||||
|
||||
Reference in New Issue
Block a user