8 lines
387 B
Plaintext
8 lines
387 B
Plaintext
# luck-gateway is intentionally env-only: it exposes the simplified external lucky gift HTTP entry and delegates all rules to lucky-gift-service.
|
|
IMAGE=10.2.1.3:18082/hyapp/luck-gateway:REPLACE_WITH_RELEASE_TAG
|
|
CONTAINER_NAME=hyapp-luck-gateway
|
|
STOP_TIMEOUT_SEC=60
|
|
LUCK_GATEWAY_HTTP_ADDR=:13014
|
|
LUCKY_GIFT_GRPC_ADDR=lucky-gift-service.internal:13013
|
|
LUCK_GATEWAY_ALLOWED_APPS=aslan,yumi
|