18 lines
568 B
Properties
18 lines
568 B
Properties
## General Properties ##
|
|
spring.main.web-application-type=reactive
|
|
spring.main.allow-bean-definition-overriding=true
|
|
|
|
## Server Config ##
|
|
server.port=8443
|
|
|
|
## Actuator Endpoints ##
|
|
management.endpoints.enabled-by-default=false
|
|
management.endpoint.health.enabled=true
|
|
management.endpoints.web.exposure.include=info, health, metrics
|
|
|
|
## Database (MONGODB) Config ##
|
|
# spring.data.mongodb.database=C4PO
|
|
# spring.data.mongodb.host=localhost
|
|
# spring.data.mongodb.port=27017
|
|
# spring.main.allow-bean-definition-overriding=true
|
|
# spring.data.mongodb.auto-index-creation=true |