Consistency of env

This commit is contained in:
ziajka 2019-02-04 11:37:57 +01:00
parent f9597a46d6
commit 39603b7da7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export const environment = {
solarputty_download_url: '',
solarputty_download_url: "",
production: true,
electron: true,
};

View File

@ -1,5 +1,5 @@
export const environment = {
production: false,
electron: true,
solarputty_download_url: '',
solarputty_download_url: "",
};