todo/backend/config.json.example

9 lines
196 B
Text
Raw Normal View History

2021-07-24 21:17:10 +00:00
{
"secret": "TEST_SECRET",
"port": 8080,
"db_url": "postgres://postgres:@127.0.0.1/todo",
"mail_host": "smtp.migadu.com",
"mail_port": 465,
"mail_username": "",
"mail_password": ""
}