We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c37cd commit 231fae3Copy full SHA for 231fae3
config.json
@@ -9,12 +9,12 @@
9
"domain_with_protocol": "http://localhost",
10
"port": 80,
11
"ratelimit": 100,
12
- "recaptcha_v2": {
+ "recaptcha_v2": { //https://www.google.com/recaptcha/about/
13
"site_key": "SITE_KEY_HERE",
14
"secret_key": "SECRET_KEY_HERE"
15
}
16
},
17
- "mongo_url": "MONGO_URL",
+ "mongo_url": "MONGO_URL", //https://mongodb.com/cloud/atlas/register
18
"server": {
19
"id": "SERVER_ID_HERE",
20
"invite": "https://discord.gg/fbJFAs43vD",
0 commit comments