Commit 663239ae authored by luxq's avatar luxq

add nodemanager and schedule config

parent 1ebe7d49
host="127.0.0.1"
port=10001
metrics_port = 28010
private_key = "E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC"
enable_pay = false
[redis]
addr="127.0.0.1:6379"
password="123456"
db=0
[mysql]
host="192.168.1.211"
port=3306
user="root"
password="12345678"
database="liuxuzhong"
[kafka]
brokers="127.0.0.1:9092"
receipt_topic="taskreceipt"
[ticker]
heart_beat = 10
status_ticker = 10
device_info_ticker = 120
device_usage_ticker = 100
endpoint=":10002"
metrics_port = 28012
routines = 1
[redis]
addr="127.0.0.1:6379"
password="123456"
db=0
[mysql]
host="192.168.1.211"
port=3306
user="root"
password="12345678"
database="liuxuzhong"
[kafka]
brokers="192.168.1.10:9092"
task_topic="pbaigc"
receipt_topic="taskreceipt"
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