# These names belong to the generated upper application, not to Elura itself.
APP_TICKET_KEY=replace-with-a-random-key-at-least-32-bytes
APP_INTERNAL_TOKEN=replace-with-a-different-random-token-at-least-32-bytes
APP_ADMIN_TOKEN=replace-with-an-admin-token-at-least-32-bytes
APP_GATEWAY_CONFIG=config/gateway.json
APP_GATEWAY_ADDR=127.0.0.1:17000
APP_GATEWAY_ADMIN_ADDR=127.0.0.1:17001
APP_INSTANCE_ID=local-1
APP_MONOLITH_CONFIG=config/monolith.json
APP_WORLD_CONFIG=config/world.json
APP_WORLD_LISTEN=127.0.0.1:18000
APP_WORLD_ADMIN_ADDR=127.0.0.1:18001
# Optional adapter settings are also owned and parsed by the application.
# APP_REDIS_CLUSTER_NODES=redis://redis-0:6379/,redis://redis-1:6379/,redis://redis-2:6379/