Initial commit
This commit is contained in:
10
server/config/production.json5
Normal file
10
server/config/production.json5
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
logDir: '/var/log/deighton-ar',
|
||||
api: {
|
||||
port: '3001',
|
||||
loginKey: '*',
|
||||
uploadTimout: 120,
|
||||
maxEmailTokenAgeInHours: 36,
|
||||
sendEmailDelayInSeconds: 3
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user