fix yaml
This commit is contained in:
parent
0ec33fa81b
commit
50faecc4be
|
@ -12,7 +12,7 @@ app:
|
|||
port: 9999
|
||||
|
||||
mix_mongo:
|
||||
uri: "mongodb://admin:Wishpal%402023@127.0.0.1:27017"
|
||||
uri: "mongodb://admin:Wishpal%402023@172.31.37.71:27017"
|
||||
username: ""
|
||||
password: ""
|
||||
max_pool_size: 16
|
||||
|
@ -20,7 +20,7 @@ mix_mongo:
|
|||
socket_timeout_ms: 5000
|
||||
|
||||
mix_mysql:
|
||||
uri: "127.0.0.1:3306"
|
||||
uri: "172.31.37.71:3306"
|
||||
username: "root"
|
||||
password: "Wishpal@2023"
|
||||
timeout: 3
|
||||
|
@ -75,7 +75,7 @@ alipay_myts:
|
|||
apollo:
|
||||
app_id: "wishpal_live_service"
|
||||
cluster: "dev"
|
||||
ip: "http://localhost:8080"
|
||||
ip: "http://172.31.37.71:8080"
|
||||
namespace_name: "application,tag,account_init,platform,support_wx_id,version"
|
||||
secret: ""
|
||||
is_back_up_config: true
|
||||
|
@ -117,7 +117,7 @@ media:
|
|||
expire_time: 1800
|
||||
|
||||
redis:
|
||||
uri: "127.0.0.1:6379"
|
||||
uri: "172.31.37.71:6379"
|
||||
password: ""
|
||||
max_active: 0
|
||||
max_idle: 0
|
||||
|
@ -128,9 +128,9 @@ server_info:
|
|||
file_server_domain_name: "https://file.wishpaldev.tech/"
|
||||
|
||||
xxl_job:
|
||||
server_addr: "http://127.0.0.1:9800/xxl-job-admin"
|
||||
server_addr: "http://172.31.37.71:9800/xxl-job-admin"
|
||||
access_token: "default_token"
|
||||
executor_ip: "127.0.0.1"
|
||||
executor_ip: "172.31.37.71"
|
||||
executor_port: "9801"
|
||||
registry_key: "golang-jobs-executor"
|
||||
log_path: "/app/ironfan/log/xxl_job/"
|
||||
|
|
Loading…
Reference in New Issue