Update to have a configuration file out of the

app bundle.
This commit is contained in:
Sébastien André
2021-02-03 10:57:30 +01:00
parent 9a9dc3fbea
commit 671f02f440
18 changed files with 99 additions and 34 deletions

View File

@@ -1,6 +1,5 @@
export const environment = {
production: true,
apiUrl: "https://divelog.sebastienandre.com",
debugMode: false,
version: "0.7.0",
env: "prod"
};

View File

@@ -5,7 +5,6 @@
export const environment = {
production: false,
apiUrl: "http://localhost:5000",
debugMode: false,
version: "0.?.0",
debugMode: true,
env: "dev"
};