restructure service api

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-05-05 14:02:29 +05:30
parent 0baad2c055
commit 43e10ed738
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ require("dotenv").config();
module.exports = {
mongoURI: process.env.MONGO_URI,
sessionSecret: process.env.SESSION_SECRET,
discordId: process.env.DISCORD_ID,
pingAuthKey: process.env.PING_REG_AUTH_KEY,
pingusername: process.env.USERNAME_TO_PING,
};