mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"logging": {
|
|
"level": "info"
|
|
},
|
|
"mysql": {
|
|
"host": "example.org",
|
|
"user": "bob",
|
|
"password": "secret",
|
|
"database": "jambones",
|
|
"connectionLimit": 10
|
|
}
|
|
} |