todo/backend/config.json.example

11 lines
221 B
Text
Raw Normal View History

2021-06-14 22:04:46 +00:00
{
"secret": "TEST_SECRET",
2021-06-17 21:00:56 +00:00
"https": true,
2021-06-14 22:04:46 +00:00
"alter_db": true,
"port": 8080,
"db_url": "postgres://postgres:@127.0.0.1/todo",
"cert": "",
2021-06-17 21:00:56 +00:00
"cert_key": "",
"mail_username": "",
"mail_password": ""
2021-06-14 20:58:17 +00:00
}