mirror of
https://github.com/YunoHost-Apps/dato_ynh.git
synced 2024-09-03 18:16:33 +02:00
11 lines
236 B
JavaScript
11 lines
236 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__",
|
|
|
|
};
|