Initial commit
This commit is contained in:
21
server/config/default.json5
Normal file
21
server/config/default.json5
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
logDir: '',
|
||||
uri: {
|
||||
mongo: 'mongodb://localhost/dar-v1',
|
||||
amqp: 'amqp://localhost',
|
||||
redis: 'redis://localhost',
|
||||
},
|
||||
api: {
|
||||
port: '3001',
|
||||
loginKey: '6508b427b3cc486498671cfd7967218bd6b95fbb42f5e17a112f4c9e9900057c',
|
||||
uploadTimout: 3600,
|
||||
},
|
||||
email: {
|
||||
senderEmail: 'support@kingstonsoftware.solutions',
|
||||
maxEmailTokenAgeInHours: 36,
|
||||
maxPasswordTokenAgeInHours: 3,
|
||||
sendEmailDelayInSeconds: 3,
|
||||
supportEmail: 'support@kingstonsoftware.solutions',
|
||||
sendEmail: true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user