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