MongoDB URI in .env.example

This commit is contained in:
Nahokey
2024-04-28 19:48:59 +00:00
parent 365cdfb327
commit caa1efbf4c
+1
View File
@@ -17,6 +17,7 @@ module.exports = {
'captchaTimeout': '120000', //in milliseconds (seconds multiplied by 1000)
'maxAttempts': '3', // max attemps to verify
'dangerCordAPIKey': 'KEYHERE', // dangercord api key here
'mongouri': 'the uri',
'messages': {
//literally messages lmao
'toVerify': 'Please verify that you are not a robot.',