mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
适配eureka
This commit is contained in:
@@ -9,18 +9,8 @@ mysql.password=root
|
||||
|
||||
# nacos注册中心地址
|
||||
nacos.url=127.0.0.1:8848
|
||||
|
||||
# 网关地址,多个用逗号隔开
|
||||
# 在不使用nacos时有用,使用nacos时注释掉
|
||||
gateway.host=127.0.0.1:8081
|
||||
# ------- 需要改的配置end -------
|
||||
|
||||
# eureka注册中心
|
||||
eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/
|
||||
# 如果使用eureka,填eureka,使用nacos,填eureka
|
||||
registry.name=eureka
|
||||
|
||||
|
||||
# token过期时间,分钟
|
||||
admin.access-token.timeout-minutes=30
|
||||
# 签名方式,rsa:支付宝开放平台签名方式,md5:淘宝开放平台签名方式
|
||||
|
Reference in New Issue
Block a user