12 lines
322 B
Bash
12 lines
322 B
Bash
# OpenRouter API Configuration
|
|
OPENROUTER_API_KEY=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
|
|
OPENROUTER_MODEL=openai/gpt-5.5
|
|
OPENROUTER_REASONING_EFFORT=none
|
|
|
|
# Application Configuration
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# Game Configuration
|
|
DEFAULT_WORLD_FILE=./data/worlds/example_world.yml
|