personnal/ecole/.env.example

14 lines
300 B
Plaintext

DB_URL=http://127.0.0.1:8091/
DB_ADMIN=admin@example.local
DB_PASSWORD=change-me
NODE_ENV=development
PORT=8082
# Optional runtime overrides for Advalorem
# ADV_WORKSPACE_ROOT=/absolute/path/to/ecole
# Optional AXA bridge tuning
# AXA_TIMEOUT_MS=65000
# AXA_RETRY_COUNT=1
# AXA_RETRY_DELAY_MS=1200