diff --git a/maxkey-web-maxkey/src/main/resources/application-http.properties b/maxkey-web-maxkey/src/main/resources/application-http.properties index d9aa3f102..601ad3a1d 100644 --- a/maxkey-web-maxkey/src/main/resources/application-http.properties +++ b/maxkey-web-maxkey/src/main/resources/application-http.properties @@ -1,4 +1,4 @@ -#spring.profiles.active=dev +#spring.profiles.active=http #application application.title=MaxKey application.name=MaxKey diff --git a/maxkey-web-maxkey/src/main/resources/application-https.properties b/maxkey-web-maxkey/src/main/resources/application-https.properties index 0e6bd404e..6b79b831a 100644 --- a/maxkey-web-maxkey/src/main/resources/application-https.properties +++ b/maxkey-web-maxkey/src/main/resources/application-https.properties @@ -1,4 +1,4 @@ -#spring.profiles.active=dev +#spring.profiles.active=https #application application.title=MaxKey application.name=MaxKey diff --git a/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-web-maxkey/src/main/resources/application.properties index 1d5fc67e9..dc513ee19 100644 --- a/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-web-maxkey/src/main/resources/application.properties @@ -1,2 +1,7 @@ +#application +application.title=MaxKey +application.name=MaxKey +application.formatted-version=v2.7.0 GA + #spring.profiles.active=http spring.profiles.active=https \ No newline at end of file