diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 06300edc6..2fd7a22a3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ server.port=5000 -spring.profiles.active=dev,alipay,bestpay,jd,wechat +spring.profiles.active=local,alipay,bestpay,jd,wechat env.company=RoyalPay @@ -18,7 +18,7 @@ spring.datasource.max-idle=150 spring.datasource.max-wait=3000 spring.datasource.filters=stat,wall,log4j -spring.redis.host=192.168.99.103 +spring.redis.host=127.0.0.1 spring.redis.port=6379 spring.redis.database=1