core-legacy/config.testing.json

13 lines
207 B
JSON
Raw Normal View History

2019-10-27 00:07:01 +00:00
{
"listeners": [
{
"address": "0.0.0.0",
"port": 5000,
"https": false
}
],
"custom_config": {
"db_name": "core.testing.sqlite"
}
}