todo/config.json

7 lines
134 B
JSON
Raw Normal View History

2021-06-09 20:12:47 +00:00
{
"secret": "TEST_SECRET",
"https": false,
"alter_db": true,
"port": 8080,
"db_url": "postgres://postgres:@127.0.0.1/todo"
}