27 lines
539 B
Text
27 lines
539 B
Text
|
|
# Home Server Agent Configuration
|
||
|
|
|
||
|
|
# Server Configuration
|
||
|
|
PORT=3000
|
||
|
|
NODE_ENV=development
|
||
|
|
|
||
|
|
# Authentication (set a strong token for production)
|
||
|
|
API_TOKEN=your-secret-token-here
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
LOG_LEVEL=info
|
||
|
|
|
||
|
|
# Docker Configuration
|
||
|
|
DOCKER_HOST=unix:///var/run/docker.sock
|
||
|
|
|
||
|
|
# FRP Configuration
|
||
|
|
FRPC_CONFIG_PATH=/app/data/frpc.toml
|
||
|
|
FRPC_CONTAINER_NAME=frpc
|
||
|
|
|
||
|
|
# Game Server Defaults
|
||
|
|
MINECRAFT_MEMORY=2G
|
||
|
|
VALHEIM_SERVER_NAME=My Valheim Server
|
||
|
|
VALHEIM_WORLD_NAME=MyWorld
|
||
|
|
VALHEIM_SERVER_PASS=secret123
|
||
|
|
TERRARIA_WORLD=MyWorld
|
||
|
|
TERRARIA_PASSWORD=secret123
|