mirror of
https://github.com/YunoHost-Apps/psitransfer_ynh.git
synced 2024-09-03 20:16:06 +02:00
Update config.production.js
This commit is contained in:
parent
d5fcd55e82
commit
53d67a0e13
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
"defaultRetention": "3600",
|
"defaultRetention": "3600",
|
||||||
"adminPass": "__PASSWORD__",
|
"adminPass": "__PASSWORD__",
|
||||||
"uploadPass": "__PASSWORD__",
|
"uploadPass": false,
|
||||||
"baseUrl": '__PATH__',
|
"baseUrl": '__PATH__',
|
||||||
"uploadDir": '__DATA_DIR__',
|
"uploadDir": '__DATA_DIR__',
|
||||||
"port": __PORT__,
|
"port": __PORT__,
|
||||||
|
|
Loading…
Add table
Reference in a new issue