This commit is contained in:
Sébastien André
2020-08-03 13:47:03 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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",
}; };

View File

@@ -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",
}; };