13 lines
213 B
Go
Raw Normal View History

2018-04-18 16:07:32 +09:00
package constants
const (
ConfigFileName = "config.json"
LoggingConfigFileName = "logging.json"
PathBin = "bin"
PathPID = "pid"
PathConfig = "config"
PathJRE = "jre"
PathLogs = "logs"
)