#服务注册名称
micro_service_name = "go-supplier-sync"

#etcd配置信息 etcd服务的ip端口用户密码
[etcd_config]
    addrs = [
        "192.168.2.232:2379"
    ]
    username = ""
    password = ""

#注册到etcd中的ip 端口 权重信息
[etcd_regist]
    ip = "192.168.2.246"
    port = 60020
    weight = 10




[base]
    debug_mode="debug"
    time_location="Asia/Chongqing"

[http]
    addr ="192.168.2.250:8700"          # 监听地址, default ":8700"
    read_timeout = 10                   # 读取超时时长
    write_timeout = 10                  # 写入超时时长
    max_header_bytes = 20               # 最大的header大小,二进制位长度