mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-01-25 02:07:59 +00:00
8 lines
466 B
Bash
8 lines
466 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
|