mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-27 11:05:31 -05:00
feat(account): add basic account management page + Discord OAuth
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user