mirror of
https://github.com/hhftechnology/middleware-manager.git
synced 2026-04-28 03:29:42 +00:00
14 lines
No EOL
195 B
Text
14 lines
No EOL
195 B
Text
# API connection
|
|
PANGOLIN_API_URL=http://pangolin:3001/api/v1
|
|
|
|
# Traefik configuration
|
|
TRAEFIK_CONF_DIR=/conf
|
|
|
|
# Database
|
|
DB_PATH=/data/middleware.db
|
|
|
|
# Server
|
|
PORT=3456
|
|
|
|
# Logging
|
|
LOG_LEVEL=info |