mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
rename properties name
This commit is contained in:
parent
84138ddcfe
commit
a2324aa488
@ -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}
|
||||
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user