Files
speech-utils/config/test.json
2023-05-31 21:53:18 +07:00

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"
}
}