mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"logging": {
|
|
"level": "error"
|
|
},
|
|
"mysql": {
|
|
"host": "localhost",
|
|
"user": "jambones",
|
|
"password": "jambones",
|
|
"database": "jambones",
|
|
"port": 3406
|
|
}
|
|
} |