Commit 678328fe authored by Your Name's avatar Your Name
parents 3ee412a8 e8f5bbcc
Pipeline #711 canceled with stages
......@@ -8,6 +8,6 @@ mysqldb = "liuxuzhong"
[prod]
mysqluser = "ai"
mysqlpass = "RFnnKHRar5xk7TEF"
mysqlhost = "172.31.12.187"
mysqlhost = "43.198.252.255"
mysqlport = 3306
mysqldb = "ai"
\ No newline at end of file
{
"nm_seed": "192.168.1.109:10001",
"nm_seed": "43.198.252.255:10001",
"docker_server": "tcp://127.0.0.1:2375",
"api_url": "http://192.168.1.109:8087/api/task/taskheat",
"api_url": "http://43.198.252.255:8087/api/task/taskheat",
"node_manager_num": 1,
"heart_response": 30,
"task_validator_time": 1,
"container_num": 1,
"chain_id": 100,
"validator_url": "192.168.1.109:20011"
"validator_url": "43.198.252.255:20011"
}
\ No newline at end of file
remote_host="43.198.252.255"
local_host="172.31.12.187"
local_host="43.198.252.255"
port=10001
metrics_port = 28010
private_key = "E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC"
enable_pay = true
[redis]
addr="172.31.12.187:6379"
addr="43.198.252.255:6379"
password="iH0g2CqzjI6SfercGwsT"
db=0
[mysql]
host="172.31.12.187"
host="43.198.252.255"
port=3306
user="ai"
password="RFnnKHRar5xk7TEF"
database="ai"
[kafka]
brokers="172.31.12.187:9092"
brokers="43.198.252.255:9092"
receipt_topic="taskreceipt"
[ticker]
......
......@@ -8,7 +8,7 @@ password="iH0g2CqzjI6SfercGwsT"
db=0
[mysql]
host="172.31.12.187"
host="43.198.252.255"
port=3306
user="ai"
password="RFnnKHRar5xk7TEF"
......
......@@ -16,11 +16,4 @@ services:
volumes:
- ./conf/computing-node/config.json:/root/config.json
- ./conf/computing-node/app.conf:/root/conf/app.conf
networks:
- odysseus
networks:
odysseus:
driver: bridge
ipam:
config:
- subnet: 172.100.0.0/16
network_mode: "host"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment