1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dato_ynh.git synced 2024-09-03 18:16:33 +02:00
dato_ynh/conf/private.js
2021-03-11 00:34:24 +01:00

11 lines
238 B
JavaScript

module.exports = {
// invert booleans in the following three lines for testing, development and modifications of the app
production: true,
debug: false,
refreshServiceWorkerScriptAtEachRequest: false,
port: "{{{port}}}",
};