todo/backend/config.json.example

16 lines
345 B
Plaintext
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,
"frontend_url": "localhost:3000",
2021-06-14 22:04:46 +00:00
"db_url": "postgres://postgres:@127.0.0.1/todo",
"cert": "",
2021-06-17 21:00:56 +00:00
"cert_key": "",
2021-06-27 18:44:09 +00:00
"mail_host": "",
"mail_port": 465,
2021-06-17 21:00:56 +00:00
"mail_username": "",
"mail_password": "",
"discord_id": "",
"discord_secret": ""
2021-06-14 20:58:17 +00:00
}