11 lines
202 B
Go
11 lines
202 B
Go
package config
|
|
|
|
const (
|
|
confdirPath = "@srv_confdir@"
|
|
rundirPath = "@srv_rundir@"
|
|
logdirPath = "@srv_logdir@"
|
|
datadirPath = "@srv_datadir@"
|
|
packageVersion = "@PACKAGE_VERSION@"
|
|
)
|
|
|