diff --git a/app.js b/app.js index 792af14..d8737a1 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ document.getElementById("submit").addEventListener("click", generateQuickCmd, false); -const debug = true; // DISABLE FOR PRODUCTION +const debug = false; // DISABLE FOR PRODUCTION const baseURL = debug ? "http://localhost:8081/ngx" : "https://dev.nevets.tech/ngx"; const service = "[Unit]\n" +