mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Updated Example Config
This commit is contained in:
parent
658d1c5b4e
commit
e42f3e411f
|
|
@ -13,7 +13,7 @@ test_case:
|
|||
user_cookie: ThisIsAUserCookieString
|
||||
webhooks:
|
||||
discord:
|
||||
mm_url: https://discord.com/api/webhooks/A
|
||||
public_url: https://discord.com/api/webhooks/A
|
||||
rebirth_url: https://discord.com/api/webhooks/A
|
||||
mm_use: false
|
||||
url_list:
|
||||
- https://discord.com/api/webhooks/A
|
||||
- https://discord.com/api/webhooks/A
|
||||
use_discord: false
|
||||
|
|
@ -19,7 +19,6 @@ mongo_host = config['mongodb']['host']
|
|||
mongo_db = config['mongodb']['db']
|
||||
mongo_collection = config['mongodb']['collection']
|
||||
allowed_tokens = config['api']['allowed_tokens']
|
||||
discord_mm_url = config['webhooks']['discord']['mm_url']
|
||||
discord_mm_use = config['webhooks']['discord']['mm_use']
|
||||
discord_public_url = config['webhooks']['discord']['public_url']
|
||||
discord_rebirth_url = config['webhooks']['discord']['rebirth_url']
|
||||
url_list = config['webhooks']['discord']['url_list']
|
||||
use_discord = config['webhooks']['discord']['use_discord']
|
||||
dev_env = os.environ['DEV']
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user