style: move all files out of brainlet folder

This commit is contained in:
hippoz 2021-10-05 18:29:37 +03:00
parent 8984598ade
commit efed62d0a2
Signed by: hippoz
GPG key ID: 7C52899193467641
18 changed files with 4 additions and 9 deletions

View file

@ -3,7 +3,7 @@ const { v4 } = require("uuid");
const mongoose = require("mongoose");
const { policies, gatewayPingInterval, gatewayPingCheckInterval, clientFacingPingInterval } = require("../../../config");
const { experiments } = require("../../../experiments");
const { experiments } = require("../../../config");
const User = require("../../../models/User");
const Channel = require("../../../models/Channel");
const Message = require("../../../models/Message");

View file

@ -1,5 +0,0 @@
module.exports = {
experiments: {
voiceSFUTesting: false
}
};

View file

@ -1,3 +0,0 @@
module.exports = {
jwtPrivateKey: "KEY",
};

View file

@ -39,6 +39,9 @@ module.exports = {
gatewayPingCheckInterval: 4500,
clientFacingPingInterval: 14750,
bcryptRounds: 10,
experiments: {
voiceSFUTesting: false
},
roleMap: {
"BANNED": 0,
"RESTRICTED": 1,