diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9386a59a..3cbb00b6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,4 +4,4 @@ spring: develop: dev, common production: prod, common local: local, common - active: ${SPRING_PROFILES_ACTIVE:local} \ No newline at end of file + active: ${SPRING_PROFILES_ACTIVE:develop} \ No newline at end of file