Files
webserv/internal/config/path.go.in
Олег Бородин e18bc7beef initial import
2024-01-16 09:02:47 +02:00

12 lines
196 B
Go

package config
const (
confdirPath = "@srv_confdir@"
rundirPath = "@srv_rundir@"
logdirPath = "@srv_logdir@"
sharedirPath = "@srv_sharedir@"
datadirPath = "@srv_datadir@"
)