mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
initial checkin
This commit is contained in:
15
config/default.json.example
Normal file
15
config/default.json.example
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"drachtio": {
|
||||
"port": 3010,
|
||||
"secret": "cymru"
|
||||
},
|
||||
"logging": {
|
||||
"level": "info"
|
||||
},
|
||||
"mysql": {
|
||||
"host": "localhost",
|
||||
"user": "jambones",
|
||||
"password": "jambones",
|
||||
"database": "jambones"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user