@dbp-topics/dispatch
Version:
[GitHub Repository](https://github.com/digital-blueprint/dispatch-frontend) | [npmjs package](https://www.npmjs.com/package/@dbp-topics/dispatch) | [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/dispatch/) | [Dispatch Bundle](https://github.com/digital-
68 lines (67 loc) • 2.58 kB
JavaScript
export default {
local: {
basePath: '/dist/',
entryPointURL: 'http://127.0.0.1:8000',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'auth-dev-mw-frontend-local',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
nextcloudBaseURL: 'http://localhost:8081',
nextcloudName: 'TU Graz cloud',
pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
hiddenActivities: [],
},
bs: {
basePath: '/dist/',
entryPointURL: 'http://bs-local.com:8000',
keyCloakBaseURL: 'https://auth-test.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'auth-dev-mw-frontend-local',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
nextcloudBaseURL: 'http://bs-local.com:8081',
nextcloudName: 'TU Graz cloud',
pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
hiddenActivities: [],
},
development: {
basePath: '/apps/dispatch/',
entryPointURL: 'https://api-dev.tugraz.at',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'dbp-dual-delivery',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
nextcloudBaseURL: 'https://cloud-dev.tugraz.at',
nextcloudName: 'TU Graz cloud',
pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
hiddenActivities: [],
},
demo: {
basePath: '/apps/dispatch/',
entryPointURL: 'https://api-demo.tugraz.at',
keyCloakBaseURL: 'https://auth-demo.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'dbp-dual-delivery',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
nextcloudBaseURL: 'https://cloud-demo.tugraz.at',
nextcloudName: 'TU Graz cloud',
pdfAsQualifiedlySigningServer: 'https://sig-test.tugraz.at',
hiddenActivities: [],
},
production: {
basePath: '/',
entryPointURL: 'https://api.tugraz.at',
keyCloakBaseURL: 'https://auth.tugraz.at/auth',
keyCloakRealm: 'tugraz',
keyCloakClientId: 'epost_tugraz_at',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
nextcloudBaseURL: '',
nextcloudName: '',
pdfAsQualifiedlySigningServer: 'https://sig.tugraz.at',
hiddenActivities: [],
},
};