12 lines
348 B
Bash
12 lines
348 B
Bash
# Coolify environment for the Ink-only web deployment.
|
|
# Set these in Coolify's environment variable UI, not in a committed .env file.
|
|
|
|
NODE_ENV=production
|
|
DEFAULT_GAME_ENGINE=ink
|
|
PORT=3000
|
|
INK_CONFIG_FILE=./config/engines/ink.json
|
|
|
|
# Optional server-side LLM variables are only needed by non-Ink engines.
|
|
# OPENROUTER_API_KEY=
|
|
# OPENROUTER_MODEL=
|