refactor: use new backend version (2.x.x)

Close #74
This commit is contained in:
Jovan Krunić
2020-11-25 14:25:03 +01:00
parent 987f9d45f5
commit 6647750a6c
6 changed files with 13 additions and 15 deletions

View File

@@ -13,8 +13,8 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
export const environment = {
backend_url: 'http://localhost:3000',
backend_version: '1.0.0',
backend_url: 'https://mobile.server.uni-frankfurt.de',
backend_version: '2.0.0',
use_fake_backend: false,
production: true,
};

View File

@@ -17,8 +17,8 @@
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = {
backend_url: 'http://localhost:3000',
backend_version: '1.0.0',
backend_url: 'https://mobile.server.uni-frankfurt.de',
backend_version: '2.0.0',
use_fake_backend: false,
production: false,
};

View File

@@ -13,8 +13,8 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
export const environment = {
backend_url: 'http://localhost:3000',
backend_version: '1.0.0',
backend_url: 'https://mobile.server.uni-frankfurt.de',
backend_version: '2.0.0',
use_fake_backend: true,
production: false,
};