Skip to content

Commit

Permalink
Manage: add some configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jul 4, 2024
1 parent 4cbf3c9 commit 92a3a25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core/manage/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ environment: DEV
server:
# The port to where this Spring Boot application listens to.
port: 8080
tomcat:
max-threads: 1
error:
path: "/error"
server-header:
Expand All @@ -30,12 +32,21 @@ push:
name: OpenConext DEV EngineBlock
exclude_edugain_imports: true
exclude_oidc_rp: false
exclude_sram: False
oidc:
url: https://connect.dev.openconext.local/manage/connections
user: manage
name: manage
password: secret
enabled: true
pdp:
url: https://pdp.dev.openconext.local/pdp/api/manage/push
policy_url: https://pdp.dev.openconext.local/pdp/api/manage/policies
decide_url: https://pdp.dev.openconext.local/pdp/api/manage/decide
name: PdP
user: pdp_admin
password: "secret"
enabled: false

product:
name: Manage
Expand All @@ -46,6 +57,7 @@ product:

metadata_configuration_path: file:///config/metadata_configuration/
metadata_templates_path: file:///config/metadata_templates/
metadata_export_path: classpath:/metadata_export

security:
backdoor_user_name: backdoor_api_user
Expand All @@ -55,6 +67,7 @@ security:

crypto:
development-mode: True
public-key-location: classpath:nope

spring:
mail:
Expand Down

0 comments on commit 92a3a25

Please sign in to comment.