rename properties name

This commit is contained in:
MaxKey 2022-12-29 18:59:55 +08:00
parent 84138ddcfe
commit a2324aa488
4 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

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