DtubeAuthProxy/config template.js

20 lines
579 B
JavaScript
Raw Normal View History

2021-05-29 22:11:38 +00:00
//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