40 lines
1.3 KiB
Properties
40 lines
1.3 KiB
Properties
spring.application.name=skycrateBackend
|
|
|
|
spring.servlet.multipart.max-file-size=1000MB
|
|
spring.servlet.multipart.max-request-size=1000MB
|
|
|
|
spring.servlet.multipart.enabled=true
|
|
|
|
security.jwt.secret-key=PPp27xSTfBwOpRn4/AV6gPzQSnQg+Oi80KdWfCcuAHs=
|
|
security.jwt.expiration-time=3600000
|
|
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
|
spring.datasource.username=skycrateDB
|
|
spring.datasource.password=loa_dngLLA8729
|
|
spring.datasource.url=jdbc:mysql://192.168.29.36:3306/skycrate
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.format_sql=true
|
|
spring.jpa.open-in-view=false
|
|
logging.level.org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer=ERROR
|
|
|
|
server.port=8080
|
|
|
|
server.ssl.enabled=true
|
|
server.ssl.key-store=classpath:keystore.p12
|
|
server.ssl.key-store-password=changeit
|
|
server.ssl.key-store-type=PKCS12
|
|
server.ssl.key-alias=mykey
|
|
|
|
management.endpoints.web.exposure.include=*
|
|
management.endpoint.health.show-details=always
|
|
management.endpoints.enabled-by-default=true
|
|
|
|
|
|
# Allow unauthenticated access
|
|
#management.server.port=8080
|
|
#management.server.ssl.enabled=false
|
|
#management.endpoints.web.base-path=/actuator
|
|
#management.endpoints.web.exposure.include=*
|