|
@@ -1,6 +1,6 @@
|
|
|
#########################################
|
|
|
# spring profiles configuration
|
|
|
#########################################
|
|
|
-spring.profiles.active=local
|
|
|
-#spring.profiles.active=test
|
|
|
+#spring.profiles.active=local
|
|
|
+spring.profiles.active=dev
|
|
|
#spring.profiles.active=prod
|