We list some commonly used environment variables for containers.
WAF version >= 7.4.0
safeline-mgt
Variable Name | Default Value | Description |
MGT_PG | postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable | PG address |
LUIGI_HOST | safeline-luigi | Host address of the luigi service |
CHAOS_SERVE_ADDR | http://safeline-chaos:9000 | Dynamic protection address |
CHAOS_CHALLENGE_ADDR | http://safeline-chaos:8080 | Anti-bot Challenge fallback address |
CHAOS_AUTH_ADDR | http://safeline-chaos:8088 | Identity authentication service address |
FVM_HOST | safeline-fvm | Host address of the fvm service |
DETECTOR_HOST | safeline-detector | Address of the detector service |
WAITING_ROOM_API | /app/sock/waiting.sock | Waiting room API address |
safeline-tengine
Variable Name | Default Value | Description |
TCD_MGT_API | https://${SUBNET_PREFIX}.4:1443/api/open/publish/server | mgt task callback address |
TCD_TASK_ADDRESS | /app/sock/tcd_error.sock | tcd listening address |
TCD_SNSERVER | ${SUBNET_PREFIX}.5 | detector IP |
CHAOS_ADDR | ${SUBNET_PREFIX}.10 | safeline-chaos container IP |
WAITING_ROOM_SOCKET | unix:/app/sock/waiting.sock:/ws/waiting | Waiting room socket address |
WAITING_ROOM_QUERY | unix:/app/sock/waiting.sock:/api/waiting/query | Waiting room query address |
safeline-detector
Variable Name | Default Value | Description |
MGT_HOST | safeline-mgt | mgt service address |
safeline-fvm
Variable Name | Default Value | Description |
MGT_HOST | safeline-mgt | mgt service address |
DETECTOR_HOST | safeline-detector | Address of the detector service |
safeline-luigi
Variable Name | Default Value | Description |
DETECTOR_HOST | safeline-detector | Address of the detector service |
MGT_IP | ${SUBNET_PREFIX}.4 | IP of the mgt service |
LUIGI_PG | postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable | PG address |
DETECTOR_HOST | safeline-detector | Address of the detector service |
safeline-chaos
Variable Name | Default Value | Description |
DB_ADDR | postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable | PG address |
Top comments (0)