mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2025-12-19 04:27:45 +00:00
11 lines
606 B
Bash
11 lines
606 B
Bash
# tip: to minify json into a single string as below, see https://codebeautify.org/jsonminifier
|
|
NODE_CONFIG={"drachtio":{"host":"sbc","port":9022,"secret":"cymru"},"redis":{"port":6379,"host":"172.39.0.11","prefix":"jb"},"authCallback":{"uri":"http://auth-server:4000/auth","auth":{"username":"foo","password":"bar"}},"logging":{"level":"info"}}
|
|
DRACHTIO_HOST=sbc,
|
|
DRACHTIO_SECRET=cymru
|
|
JAMBONES_REDIS_HOST=172.39.0.11
|
|
JAMBONES_REDIS_PORT=6379
|
|
JAMBONES_LOGLEVEL=info
|
|
JAMBONES_MYSQL_HOST=172.39.0.2
|
|
JAMBONES_MYSQL_USER=jambones_test
|
|
JAMBONES_MYSQL_PASSWORD=jambones_test
|
|
JAMBONES_MYSQL_DATABASE=jambones_test |