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

b.auth-application.4.1.0.source-code.application.yml.example Maven / Gradle / Ivy

The newest version!
server:
  port: 9090
foodtechlab:
  build:
    version: '@revision@'
  security:
    2fa:
      sms:
        code-length: 4
    jwt:
      secret: secret01234567890ABCDEFGHIJKLMNO
      access-token:
        ttl: 900
      refresh-token:
        ttl: 15552000
    secretWord: secretWord
  preferences:
    default-confirmation-code-message-webhook-provider:
      sms:
        url: http://localhost:9095/not-secure/api/v1/sms/auth-webhook


spring:
  profiles:
    active: '@spring.profiles.active@'
  application:
    name: ftl-auth-service-app
  boot:
    admin:
      client:
        instance:
          name: ftl-auth-service-app
        auto-registration: true
        url: http://localhost:9099
        username: kozlovva
        password: 4rfVBgt5
  data:
    mongodb:
      database: ftl-auth-service
#      database: ftl-auth-service-control
      auto-index-creation: true
  #      port: 27020
  mvc:
    throw-exception-if-no-handler-found: true
management:
  endpoints:
    web:
      exposure:
        include: '*'
  endpoint:
    health:
      show-details: always
logging:
  file:
    name: ./logs/log.log




© 2015 - 2024 Weber Informatics LLC | Privacy Policy