Skip to content
Snippets Groups Projects
cas-server-application-dev.yml 4.10 KiB
spring:
  cloud:
    consul:  #disabled for dev
      enabled: false
      discovery:
        enabled: false
        register: false


server:
  ssl:
    key-store: file:src/main/config/keystore_cas-server.jks
    key-store-password: changeme
    key-password: changeme
  host: dev.vitamui.com
  port: 8080
  servlet:
    context-path: /cas


management:
  server:
    port: 7080
    ssl:
      enabled: false
#management.metrics.export.prometheus.enabled: true


vitamui.cas.tenant.identifier: -1
vitamui.cas.identity: cas
iam-client:
  server-host: localhost
  server-port: 8083
  secure: true
  ssl-configuration:
    keystore:
      key-path: src/main/config/keystore_cas-server.jks
      key-password: changeme
      type: JKS
    truststore:
      key-path: src/main/config/truststore_server.jks
      key-password: changeme
    hostname-verification: false


cas.authn.accept.users:


cas.messageBundle.baseNames: classpath:overriden_messages,classpath:messages


cas.tgc.path: /cas
cas.tgc.secure: false
cas.tgc.crypto.enabled: false
cas.webflow.crypto.enabled: true
cas.authn.pm.reset.crypto.enabled: true

cas.server.prefix: https://dev.vitamui.com:8080/cas
login.url: ${cas.server.prefix}/login

cas.serviceRegistry.mongo.clientUri: mongodb://mongod_dbuser_cas:mongod_dbpwd_cas@localhost:27018/cas

#cas.serviceRegistry.mongo.port: 27018
#cas.serviceRegistry.mongo.databaseName: cas
#cas.serviceRegistry.mongo.authenticationDatabaseName: cas
#cas.serviceRegistry.mongo.replicaSet: rs0
cas.serviceRegistry.mongo.collection: services
#cas.serviceRegistry.mongo.userId: mongod_dbuser_cas
#cas.serviceRegistry.mongo.password: mongod_dbpwd_cas