Files
sbc-outbound/test/registrar.env
Dave Horton 06e370fa59 update deps
2022-06-11 11:55:21 -04:00

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