amendmends according to code-review

This commit is contained in:
Michael Hoennig 2025-03-17 12:59:17 +01:00
parent 7a4dadea73
commit a8a6730a12
2 changed files with 0 additions and 11 deletions

View File

@ -54,11 +54,6 @@ spring:
liquibase:
contexts: ${spring.profiles.active}
# keep this in sync with test/.../application.yml
springdoc:
# SwaggerUI must run on the same port as the API itself, otherwise CORS will block accessing the API
x-use-management-port: false
hsadminng:
postgres:
leakproof:

View File

@ -39,12 +39,6 @@ spring:
change-log: classpath:/db/changelog/db.changelog-master.yaml
contexts: tc,test,dev,pg_stat_statements
# keep this in sync with main/.../application.yml
springdoc:
# SwaggerUI must run on the same port as the API itself, otherwise CORS will block accessing the API
x-use-management-port: false
logging:
level:
liquibase: WARN