Files
m5app/internal/config/path.go.in
2023-07-31 18:30:43 +02:00

10 lines
201 B
Go

package config
const (
webdir = "@srv_sharedir@"
configPath = "@srv_confdir@/@srv_name@d.yaml"
runPath = "@srv_rundir@/@srv_name@.pid"
logPath = "@srv_logdir@/common.log"
)