mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-09-12 02:56:36 -05:00
Fixed allowed tokens...
This commit is contained in:
@@ -10,7 +10,10 @@ mongodb:
|
||||
db: db_name
|
||||
collection: collection_name
|
||||
api:
|
||||
allowed_tokens: token1, token2, token3, token4
|
||||
allowed_tokens:
|
||||
- token1
|
||||
- token2
|
||||
- token3
|
||||
test_case:
|
||||
user_cookie: ThisIsAUserCookieString
|
||||
webhooks:
|
||||
|
||||
Reference in New Issue
Block a user