messages config_manager
This commit is contained in:
parent
b34534840d
commit
8cd1755134
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user