1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00

Create config.js

This commit is contained in:
frju365 2017-08-10 17:22:06 +02:00 committed by GitHub
parent 5daa76da34
commit 9c371189a2

20
conf/config.js Normal file
View file

@ -0,0 +1,20 @@
'use strict';
module.exports = {
"accessLog": 'dev',
"retentions": {
"one-time": "one time download",
"60": "1 Minute",
"300": "5 Minutes",
"3600": "1 Hour",
"21600": "6 Hours",
"86400": "1 Day",
"259200": "3 Days",
"604800": "1 Week",
"1209600": "2 Weeks"
},
"defaultRetention": 3600,
"adminPass": "__ADMINPASS__"
// "sslKeyFile": './tmp/cert.key',
// "sslCertFile": './tmp/cert.pem',
};