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:
parent
5daa76da34
commit
9c371189a2
1 changed files with 20 additions and 0 deletions
20
conf/config.js
Normal file
20
conf/config.js
Normal 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',
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue