diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 18ee0f4c..faa54762 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,9 +1,9 @@ spring: + profiles: + active: ${APPLICATION_PROFILE:prod} + include: base config: import: - optional:file:.env[.properties] - security-config.yml - swagger-config.yml - profiles: - active: ${APPLICATION_PROFILE:prod} - include: base \ No newline at end of file