Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

silenceper/dcmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6727246 · May 25, 2019

History

17 Commits
May 25, 2019
Feb 22, 2017
Jul 31, 2016
Aug 17, 2016
Aug 1, 2016
Jul 30, 2016
Mar 5, 2017
Dec 20, 2016
Aug 1, 2016
Jul 21, 2016
Feb 22, 2017
Feb 22, 2017
Feb 22, 2017
Aug 17, 2016
Jul 30, 2016
Jul 30, 2016

Repository files navigation

DCMP

Build Status

Distributed Configuration Management Platform

提供了一个etcd的管理界面,可通过界面修改配置信息,借助confd可实现配置文件的同步。

安装 && 启动

> go get github.com/silenceper/dcmp
> ./service.sh

配置


listen: "0.0.0.0:8000"  # 监听的IP,端口

base_path: "/config"    #etcd读取的根目录

endpoints:              # etcd 接入地址
   - "http://127.0.0.1:2379"

# etcd ssl 配置
#
# ca_file: "/path/to/ca.crt"
# cert_file: "/path/to/client.crt"
# key_file: "/path/to/client.key"



界面预览

访问 http://127.0.0.1:8000/

snapshot

About

基于etcd的配置管理系统 (etcd v2)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published