Merge branch 'master' of https://home.git.sebastienandre.com/sandre/SkydiveLogs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'https://divelog.sebastienandre.com',
|
apiUrl: "https://divelog.sebastienandre.com",
|
||||||
debugMode: false,
|
debugMode: false,
|
||||||
version: '0.7.0',
|
version: "0.7.0",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'http://localhost:5000',
|
apiUrl: "http://localhost:5000",
|
||||||
debugMode: false,
|
debugMode: false,
|
||||||
version: '0.7.0',
|
version: "0.?.0",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user