feat(account): add basic account management page + Discord OAuth

This commit is contained in:
Monty
2021-10-15 21:40:21 +02:00
parent b4ddffac50
commit aef4036212
7 changed files with 599 additions and 1 deletions

View File

@@ -1,10 +1,15 @@
{
"http": {
"port": 80
"port": 80,
"base_url": "http://localhost:80"
},
"trello": {
"api_key": "key",
"api_token": "token",
"board_name": "name"
},
"discord": {
"client_id": "client_id",
"client_secret": "client_secret"
}
}