Commit dfa1950d authored by Your Name's avatar Your Name
parents 0ee153cc 0b18104f
Pipeline #691 canceled with stages
appname = ai_developer_admin appname = ai_developer_admin
httpport = 8087 httpport = 8087
runmode = dev runmode = prod
copyrequestbody = true copyrequestbody = true
sessionon = true sessionon = true
sessiongcmaxlifetime = 127800 sessiongcmaxlifetime = 127800
......
...@@ -8,6 +8,6 @@ postgresdb = "qdb" ...@@ -8,6 +8,6 @@ postgresdb = "qdb"
[prod] [prod]
postgresuser = "admin" postgresuser = "admin"
postgrespass = "quest" postgrespass = "quest"
postgreshost = "192.168.1.10" postgreshost = "43.198.252.255"
postgresport = 8812 postgresport = 8812
postgresdb = "qdb" postgresdb = "qdb"
\ No newline at end of file
{
"nm_seed": "192.168.1.241:10001",
"docker_server": "tcp://127.0.0.1:2375",
"api_url": "http://192.168.1.8:8087/api/task/taskheat",
"node_manager_num": 1,
"heart_response": 30,
"task_validator_time": 1,
"container_num": 1,
"chain_id": 100
}
\ No newline at end of file
...@@ -17,7 +17,6 @@ services: ...@@ -17,7 +17,6 @@ services:
- ./conf/computing-node/config.json:/root/config.json - ./conf/computing-node/config.json:/root/config.json
networks: networks:
- odysseus - odysseus
-
networks: networks:
odysseus: odysseus:
driver: bridge driver: bridge
......
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