amendmends according to code-review
This commit is contained in:
parent
7a4dadea73
commit
a8a6730a12
@ -54,11 +54,6 @@ spring:
|
|||||||
liquibase:
|
liquibase:
|
||||||
contexts: ${spring.profiles.active}
|
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:
|
hsadminng:
|
||||||
postgres:
|
postgres:
|
||||||
leakproof:
|
leakproof:
|
||||||
|
@ -39,12 +39,6 @@ spring:
|
|||||||
change-log: classpath:/db/changelog/db.changelog-master.yaml
|
change-log: classpath:/db/changelog/db.changelog-master.yaml
|
||||||
contexts: tc,test,dev,pg_stat_statements
|
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:
|
logging:
|
||||||
level:
|
level:
|
||||||
liquibase: WARN
|
liquibase: WARN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user