mirror of
https://github.com/safing/portmaster
synced 2025-09-04 03:29:12 +00:00
Fix angular production environment
This commit is contained in:
parent
8cbc949533
commit
3c0a362bff
1 changed files with 1 additions and 10 deletions
|
@ -1,4 +1,3 @@
|
||||||
/*
|
|
||||||
export const environment = new class {
|
export const environment = new class {
|
||||||
readonly supportHub = "https://support.safing.io"
|
readonly supportHub = "https://support.safing.io"
|
||||||
readonly production = true;
|
readonly production = true;
|
||||||
|
@ -11,12 +10,4 @@ export const environment = new class {
|
||||||
const result = `ws://${window.location.host}/api/database/v1`;
|
const result = `ws://${window.location.host}/api/database/v1`;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
export const environment = {
|
|
||||||
production: false,
|
|
||||||
portAPI: "ws://127.0.0.1:817/api/database/v1",
|
|
||||||
httpAPI: "http://127.0.0.1:817/api",
|
|
||||||
supportHub: "https://support.safing.io"
|
|
||||||
};
|
|
Loading…
Add table
Reference in a new issue