test: add complete iOS MVP business suite
This commit is contained in:
@@ -7,6 +7,11 @@ class RuntimeConfig {
|
||||
static const _configuredOidcIssuer = String.fromEnvironment(
|
||||
'AIOA_OIDC_ISSUER',
|
||||
);
|
||||
static const e2eAccessToken = String.fromEnvironment('AIOA_E2E_ACCESS_TOKEN');
|
||||
static const e2eEmployeeToken = String.fromEnvironment(
|
||||
'AIOA_E2E_EMPLOYEE_TOKEN',
|
||||
);
|
||||
static const e2eRole = String.fromEnvironment('AIOA_E2E_ROLE');
|
||||
|
||||
static String get apiBaseUrl => _configuredApiBaseUrl.isNotEmpty
|
||||
? _configuredApiBaseUrl
|
||||
|
||||
Reference in New Issue
Block a user