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

alytics.user-management.0.7.21.source-code.application.yml Maven / Gradle / Ivy

server:
  port: ${port:9998}
security:
  ignored: /metrics,/rest/registrations/*,/rest/registrations,/new-account*,/v2/api-docs,/api-docs/default/*,/images/*,/lib/*,/healthz

spring.oauth2:
  client:
    accessTokenUri: ${sso.tokenUri}
    userAuthorizationUri: ${sso.authorizationUri}
    clientId: ${sso.clientId}
    clientSecret: ${sso.clientSecret}

  resource:
    id: tap
    jwt:
      keyUri: ${sso.tokenKey}

oauth:
  uaa: ${sso.uaaUri}

smtp:
  host: localhost
  port: 25
  protocol: smtp
  username:
  password:
  email: ${sso.email:[email protected]}
  timeout: 5000
  debug: true
  #List of blocked domain. Adding new domain after comma: example.com,foo.com
  forbidden_domains: example.com
  email_name: TrustedAnalytics

redis:
  host: localhost
  port: 6379

authgateway:
  host: ${authgateway.host}

web:
  debug: false

endpoints:
  prometheus.id: metrics
  metrics.id: springmetrics

metrics:
  name: tap_usermanagement_counts
  delay: 15000

spring.profiles.active: cloud,in-memory


logging:
  level:
    org.trustedanalytics: DEBUG
    org.springframework.security: DEBUG

core.org:
  id: defaultorg
  name: default




© 2015 - 2024 Weber Informatics LLC | Privacy Policy