|
@@ -25,7 +25,7 @@ spring.application.name =maxkey
|
|
|
spring.main.banner-mode =log
|
|
|
#spring.main.allow-bean-definition-overriding=true
|
|
|
############################################################################
|
|
|
-#spring.profiles.active https/http; default https #
|
|
|
+#spring.profiles.active maxkey #
|
|
|
############################################################################
|
|
|
-spring.profiles.active =${SERVER_PROFILES:http}
|
|
|
+spring.profiles.active =${SERVER_PROFILES:maxkey}
|
|
|
|