This project is currently being remastered as part of a youtube series and Udemy course.
This should be in the root project directory.
{
"bot": {
"id": "yourDiscordBotId",
"token": "yourDiscordBotToken",
"secret": "yourDiscordApplicationSecret"
},
"dashboard": {
"url": "http://localhost:3000"
},
"mongoURL": "mongodb://localhost/1PG"
}
Remember to edit yourDiscordBotToken and other values and replace it with the appropriate values found at the Discord Developer Portal


