refactor: use development backend for non production environment

This commit is contained in:
Rainer Killinger
2024-08-01 17:27:57 +02:00
parent 7afc24f1bc
commit b249b329f7

View File

@@ -21,7 +21,7 @@ export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '3.3.0',
backend_version: '999.0.0',
production: false,
};