diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f50899b6..f7d42bc8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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: diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index c728db3b..a01bcb2e 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -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