24 lines
625 B
Plaintext
24 lines
625 B
Plaintext
# MEV platform runtime env for the dedicated backend CT
|
|
# Copy inside CT to: /etc/mev-platform/backend.env
|
|
|
|
# Core config
|
|
MEV_CONFIG=/opt/proxmox/MEV_Bot/mev-platform/config.dev.toml
|
|
MEV_ADMIN_PORT=9090
|
|
MEV_SUPERVISOR_PORT=9091
|
|
MEV_GRAPH_URL=http://127.0.0.1:9082
|
|
MEV_SUPERVISOR_URL=http://127.0.0.1:9091
|
|
MEV_SUPERVISOR_BIN_DIR=/opt/proxmox/MEV_Bot/mev-platform/target/release
|
|
|
|
# Security
|
|
MEV_ADMIN_API_KEY=replace-me
|
|
|
|
# Safety: keep submission disabled for initial contained bring-up.
|
|
MEV_SUBMIT_DISABLED=1
|
|
|
|
# Logging
|
|
RUST_LOG=info,mev_admin_api=info,mev_supervisor=info
|
|
|
|
# Optional later:
|
|
# MEV_EXECUTOR_PRIVATE_KEY=0x...
|
|
|