diff options
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r-- | src/main/resources/application.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 540bcf5..38eb30f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,6 +10,11 @@ spring: show-sql: false hibernate: ddl-auto: update + security: + user: + name: admin + password: admin123 + roles: ADMIN ssl: bundle: pem: @@ -119,7 +124,14 @@ jasypt: iv-generator-classname: org.jasypt.iv.NoIvGenerator password: builddb +logging: + level: + org.springframework.security: debug + management: + endpoint: + shutdown: + access: unrestricted endpoints: web: exposure: |