Forgot to change it off debug.
This commit is contained in:
parent
1653e2dfae
commit
00e5c29393
2
app.js
2
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" +
|
||||
|
Loading…
Reference in New Issue
Block a user