MongoDB URI in .env.example
This commit is contained in:
@@ -17,6 +17,7 @@ module.exports = {
|
|||||||
'captchaTimeout': '120000', //in milliseconds (seconds multiplied by 1000)
|
'captchaTimeout': '120000', //in milliseconds (seconds multiplied by 1000)
|
||||||
'maxAttempts': '3', // max attemps to verify
|
'maxAttempts': '3', // max attemps to verify
|
||||||
'dangerCordAPIKey': 'KEYHERE', // dangercord api key here
|
'dangerCordAPIKey': 'KEYHERE', // dangercord api key here
|
||||||
|
'mongouri': 'the uri',
|
||||||
'messages': {
|
'messages': {
|
||||||
//literally messages lmao
|
//literally messages lmao
|
||||||
'toVerify': 'Please verify that you are not a robot.',
|
'toVerify': 'Please verify that you are not a robot.',
|
||||||
|
|||||||
Reference in New Issue
Block a user