todo/todo/config.json

9 lines
166 B
JSON

{
"secret": "TEST_SECRET",
"https": false,
"alter_db": true,
"port": 8080,
"db_url": "postgres://postgres:@127.0.0.1/todo",
"cert": "",
"cert_key": ""
}