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