mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"logging": {
|
|
"level": "error"
|
|
},
|
|
"redis": {
|
|
"host": "127.0.0.1",
|
|
"port": 3379
|
|
},
|
|
"redis-auth": {
|
|
"host": "127.0.0.1",
|
|
"port": 3380,
|
|
"username": "daveh",
|
|
"password": "foobarbazzle"
|
|
}
|
|
} |