# =================================================================== # Spring Boot configuration. # # This configuration is used for unit/integration tests. # # More information on profiles: https://www.jhipster.tech/profiles/ # More information on configuration properties: https://www.jhipster.tech/common-application-properties/ # =================================================================== # =================================================================== # Standard Spring Boot properties. # Full reference is available at: # http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html # =================================================================== spring: application: name: SampleApplication jackson: serialization: write-durations-as-timestamps: false mail: host: localhost main: allow-bean-definition-overriding: true messages: basename: i18n/messages task: execution: thread-name-prefix: sample-application-task- pool: core-size: 1 max-size: 50 queue-capacity: 10000 scheduling: thread-name-prefix: sample-application-scheduling- pool: size: 1 thymeleaf: mode: HTML server: port: 10344 address: localhost # =================================================================== # JHipster specific properties # # Full reference is available at: https://www.jhipster.tech/common-application-properties/ # =================================================================== jhipster: clientApp: name: 'sampleApplicationApp' logging: # To test json console appender use-json-format: false logstash: enabled: false host: localhost port: 5000 queue-size: 512 security: authentication: jwt: # This token must be encoded using Base64 (you can type `echo 'secret-key'|base64` on your command line) base64-secret: OTZiMzQxYjU5ZjE0ZDVhMTA5YmE5YmNlM2JmODQ5YTA1OTJlMGYxMWU4YmZmYzFkZGNmNTMxZTdhOTFiMGMxZDI2ZTk4MDU0YjNjMDkyMGUzNThkODU4ZDdiOTU5NDU4M2NlZDdmMzg3MTEwMzMwYzhlYjIzOWVkMTc2NjI5ODc= # Token is valid 24 hours token-validity-in-seconds: 86400 # =================================================================== # Application specific properties # Add your own application properties here, see the ApplicationProperties class # to have type-safe configuration, like in the JHipsterProperties above # # More documentation is available at: # https://www.jhipster.tech/common-application-properties/ # =================================================================== # application: