Skip to content
Snippets Groups Projects
Select Git revision
  • 0528ee48613797817ff14df7a9b060a66fe2f45a
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

app.config.js

Blame
  • app.config.js 2.82 KiB
    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: ['dbp-signature-verification-full'],
            enableAnnotations: true
        },
        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: [],
            enableAnnotations: true
        },
        development: {
            basePath: '/apps/signature/',
            entryPointURL: 'https://api-dev.tugraz.at',
            keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
            keyCloakRealm: 'tugraz-vpu',
            keyCloakClientId: 'dbp-esign',
            matomoUrl: 'https://analytics.tugraz.at/',
            matomoSiteId: 131,
            nextcloudBaseURL: 'https://cloud-dev.tugraz.at',
            nextcloudName: 'TU Graz cloud',
            pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
            hiddenActivities: ['dbp-signature-verification-full'],
            enableAnnotations: true
        },
        demo: {
            basePath: '/apps/signature/',
            entryPointURL: 'https://api-demo.tugraz.at',
            keyCloakBaseURL: 'https://auth-demo.tugraz.at/auth',
            keyCloakRealm: 'tugraz-vpu',
            keyCloakClientId: 'dbp-esign',
            matomoUrl: 'https://analytics.tugraz.at/',
            matomoSiteId: 131,
            nextcloudBaseURL: 'https://cloud-demo.tugraz.at',
            nextcloudName: 'TU Graz cloud',
            pdfAsQualifiedlySigningServer: 'https://sig-demo.tugraz.at',
            hiddenActivities: ['dbp-signature-verification-full'],
            enableAnnotations: true
        },
        production: {
            basePath: '/',
            entryPointURL: 'https://api.tugraz.at',
            keyCloakBaseURL: 'https://auth.tugraz.at/auth',
            keyCloakRealm: 'tugraz',
            keyCloakClientId: 'esig_tugraz_at',
            matomoUrl: 'https://analytics.tugraz.at/',
            matomoSiteId: 137,
            nextcloudBaseURL: 'https://cloud.tugraz.at',
            nextcloudName: 'TU Graz cloud',
            pdfAsQualifiedlySigningServer: 'https://sig.tugraz.at',
            hiddenActivities: ['dbp-signature-verification-full'],
            enableAnnotations: false
        },
    };