FIRST COMMIT: configurable upload url

- aggiunta nel config.js della variabile dynUpload e modifica della url
dell'app.
This commit is contained in:
root
2018-12-06 13:15:19 +01:00
parent 13a03333b3
commit cc6d118193
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,8 @@ const config = {
"mailTemplate": 'mailto:?subject=File Transfer&body=You can download the files here: %%URL%%',
// see https://github.com/expressjs/morgan
// set to false to disable logging
"accessLog": ':date[iso] :method :url :status :response-time :remote-addr'
"accessLog": ':date[iso] :method :url :status :response-time :remote-addr',
"dynUpload": '/'
};