File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ const double ICON_SIZE_SMALL = 20;
2525
2626/// Default wger server during login
2727const DEFAULT_SERVER_PROD = 'https://wger.de' ;
28- const DEFAULT_SERVER_TEST = 'https://wger-master.rge.uber.space/' ;
28+
29+ // Default wger test server during development
30+ const DEFAULT_SERVER_TEST = 'https://dev.wger.de' ;
31+ const TESTSERVER_USER_NAME = 'user' ;
32+ const TESTSERVER_PASSWORD = 'flutteruser' ;
2933
3034/// Minimum server version required by this version of the app.
3135///
@@ -34,10 +38,6 @@ const DEFAULT_SERVER_TEST = 'https://wger-master.rge.uber.space/';
3438/// auto-login and mirrors what the server does with MIN_APP_VERSION.
3539const MIN_SERVER_VERSION = '2.5' ;
3640
37- // Debug mode Login Data
38- const TESTSERVER_USER_NAME = 'user' ;
39- const TESTSERVER_PASSWORD = 'flutteruser' ;
40-
4141/// Default impression for a workout session (neutral)
4242const DEFAULT_IMPRESSION = 2 ;
4343
You can’t perform that action at this time.
0 commit comments