16 lines
403 B
Bash
16 lines
403 B
Bash
APP_HOST=0.0.0.0
|
|
APP_PORT=8006
|
|
DATABASE_URL=postgresql://proxmox:proxmox@postgres:5432/proxmox_simulator
|
|
DB_POOL_MIN_SIZE=1
|
|
DB_POOL_MAX_SIZE=10
|
|
DB_CONNECT_TIMEOUT_SECONDS=10
|
|
DB_COMMAND_TIMEOUT_SECONDS=30
|
|
LOG_LEVEL=INFO
|
|
REQUEST_ID_HEADER=X-Request-ID
|
|
PVE_API_VERSION=9.2.3
|
|
SIMULATION_SEED=42
|
|
SIMULATION_TIME_SCALE=10
|
|
SIMULATOR_ADMIN_ENABLED=false
|
|
SIMULATOR_ADMIN_TOKEN=replace-with-a-long-random-secret
|
|
|