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

12 lines
236 B
JavaScript
Raw Normal View History

2021-03-11 00:34:24 +01:00
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__",
2021-03-11 00:34:24 +01:00
};