mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-12 05:55:27 +00:00
Consistency of env
This commit is contained in:
parent
f9597a46d6
commit
39603b7da7
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
solarputty_download_url: '',
|
solarputty_download_url: "",
|
||||||
production: true,
|
production: true,
|
||||||
electron: true,
|
electron: true,
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
electron: true,
|
electron: true,
|
||||||
solarputty_download_url: '',
|
solarputty_download_url: "",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user