🔧 use .env instead of json config files

This commit is contained in:
ChatonDeAru
2024-03-24 00:01:09 +01:00
committed by ChatonDeAru (Romain)
parent f88dbc36d2
commit 24db804c7f
16 changed files with 121 additions and 166 deletions

View File

@@ -24,6 +24,7 @@ module.exports = {
__LOCAL__: false,
__REGISTER_DISCORD_COMMANDS__: false,
__TEST__: true,
API_URL: "http://localhost:3000",
},
maxConcurrency: 50,
maxWorkers: 1,