DtubeAuthProxy/config template.js
2021-05-30 01:11:38 +03:00

20 lines
579 B
JavaScript

//Edit the values in this file and rename it to config.js or everyone will (rightfully) laugh at you when you ask for help.
config = {
avalonNode: "https://avalon.tld/",
database: "keyStore",
jwtSecret: "jwtSecretjwtSecretjwtSecretjwtSecret" || process.env.jwtSecret,
secret: "secretsecretsecretsecret" || process.env.jwtSecret,
mongoUrl: "mongodb://mongodbserver/",
expressPort: 3000,
fee: 0,
discordUser: "userName#1970",
accountCreator: {
username: "accountCreatorUsername",
privKey: "",
},
}
module.exports = config