1
0
Fork 0
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:
Éric Gaspar 2023-09-20 19:45:17 +02:00
parent d5fcd55e82
commit 53d67a0e13

View file

@ -13,7 +13,7 @@ module.exports = {
},
"defaultRetention": "3600",
"adminPass": "__PASSWORD__",
"uploadPass": "__PASSWORD__",
"uploadPass": false,
"baseUrl": '__PATH__',
"uploadDir": '__DATA_DIR__',
"port": __PORT__,