github.com/isyscore/isc-gobase@v1.5.3-0.20231218061332-cbc7451899e9/extend/etcd/test/application-test1.yaml (about)

     1  base:
     2    etcd:
     3      # 是否启用etcd
     4      enable: true
     5      # etcd的服务ip:port列表
     6      endpoints:
     7        - 10.30.30.78:52379
     8      # 用户
     9      username: root
    10      # 密码
    11      password: ZljIsysc0re123
    12      # 拨号超时:是指连接失败后的超时时间;配置示例:1s、1000ms
    13      dial-timeout: 5s
    14