38 lines
1.3 KiB
Properties
38 lines
1.3 KiB
Properties
## General Properties ##
|
|
# spring.main.web-application-type=reactive
|
|
spring.main.allow-bean-definition-overriding=true
|
|
spring.jackson.default-property-inclusion=non_null
|
|
|
|
## 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.authentication-database=admin
|
|
spring.data.mongodb.username=admin
|
|
spring.data.mongodb.password=Test1234!
|
|
spring.data.mongodb.auto-index-creation=true
|
|
spring.data.mongodb.database=c4po
|
|
spring.data.mongodb.host=localhost
|
|
spring.data.mongodb.port=27017
|
|
|
|
|
|
## Mongock Properties ##
|
|
mongock.change-logs-scan-package=com.securityc4po.api.mongock
|
|
|
|
|
|
## IdentityProvider (Keycloak) ##
|
|
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:8080/auth/realms/c4po_realm_local
|
|
external.issuer-uri=http://localhost:8080/auth/realms/c4po_realm_local
|
|
keycloakhost=localhost
|
|
keycloak.client.url=http://localhost:8080
|
|
keycloak.client.realm.path=auth/realms/c4po_realm_local/
|
|
|
|
## Total number of pentests / objectives listet in the OWASP testing guide
|
|
## https://owasp.org/www-project-web-security-testing-guide/assets/archive/OWASP_Testing_Guide_v4.pdf
|
|
owasp.web.objectives=95
|