diff --git a/maxkey-web-maxkey/src/main/resources/application-http.properties b/maxkey-web-maxkey/src/main/resources/application-http.properties index d9aa3f10..601ad3a1 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 0e6bd404..6b79b831 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 1d5fc67e..dc513ee1 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