All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fpi-login-api-core.1.0.28.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
quarkus:
  http:
    port: ${PORT:8080}
  arc:
    exclude-types: com.abavilla.fpi.login.ext.rest.*
  mongodb:
    connection-string:
      ${MONGO_CONN_STRING:mongodb://localhost}
    database: ${DB_NAME}
  liquibase-mongodb:
    migrate-at-start: true
    change-log: db/changeLog.xml
    validate-on-migrate: true
    clean-at-start: false
  oidc:
    auth-server-url: ${OIDC_AUTH_URL:https://localhost:8543/realms/quarkus}
    client-id: ${OIDC_CLIENT_ID:backend-api}
    credentials:
      secret: ${OIDC_SECRET:AABBCC}
    tls:
      verification: none
  keycloak:
    policy-enforcer:
      enable: true
      paths:
        '1':
          path: /fpi/login
          enforcement-mode: DISABLED

fpi:
  app-to-app:
    auth:
      trusted-key: ${FPI_APP_TO_APP_TRUSTED_KEY:AABBCCDDEE123}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy