mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
initial checkin
This commit is contained in:
16
config/local-test.json
Normal file
16
config/local-test.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"drachtio": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 9060,
|
||||
"secret": "cymru"
|
||||
},
|
||||
"logging": {
|
||||
"level": "debug"
|
||||
},
|
||||
"mysql": {
|
||||
"host": "localhost",
|
||||
"user": "jambones_test",
|
||||
"password": "jambones_test",
|
||||
"database": "jambones_test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user