Files
sbc-outbound/test/registrar.env
2020-02-15 19:23:55 -05:00

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