Updated Example Config

This commit is contained in:
ZKWolf 2024-02-14 00:34:45 +01:00
parent 658d1c5b4e
commit e42f3e411f
2 changed files with 7 additions and 8 deletions

View File

@ -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

View File

@ -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']