Skip to content
Snippets Groups Projects
Select Git revision
  • 678350bb4d064d9b50fbf0fc629019fbcf7361b8
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

notification.js

Blame
  • app.config.js 2.84 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: 'https://cloud-dev.tugraz.at',
            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: 'https://cloud-dev.tugraz.at',
            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: false,
        },
        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,
        },
    };