10 lines
253 B
Bash
10 lines
253 B
Bash
# OpenRouter API Configuration
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
OPENROUTER_MODEL=your_selected_model_here
|
|
|
|
# Application Configuration
|
|
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
# Game Configuration
|
|
DEFAULT_WORLD_FILE=./data/worlds/example_world.yml |