todo/backend/config.json.example

11 lines
221 B
Plaintext

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