Update to have a configuration file out of the
app bundle.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: "https://divelog.sebastienandre.com",
|
||||
debugMode: false,
|
||||
version: "0.7.0",
|
||||
env: "prod"
|
||||
};
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: "http://localhost:5000",
|
||||
debugMode: false,
|
||||
version: "0.?.0",
|
||||
debugMode: true,
|
||||
env: "dev"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user