messages config_manager

This commit is contained in:
jackdaw@loafle.com 2017-04-27 16:44:35 +09:00
parent b34534840d
commit 8cd1755134

View File

@ -1,17 +1,17 @@
package config_manager
/* global config 예제
Central:
Address: "http://localhost:9090"
Port: 443
Log_Path: "./bin/log.xml"
Paths:
RootFolder : "/home/cm2/"
ConfigFolder : "config/container/"
BinaryFolder : "container/"
PidFolder : "pids/"
ScriptFile : "start"
IntervalSecond:10
central:
address: "http://localhost:9090"
port: 443
log_Path: "./bin/log.xml"
paths:
rootFolder : "/home/cm2/"
configFolder : "config/"
binaryFolder : "container/"
pidFolder : "pids/"
scriptFile : "start"
intervalSecond: 10
*/
type GlobalConfig struct {