Files
certmanager/internal/config/path.go
Олег Бородин 42cd5f4800 working changes
2024-07-30 23:14:54 +02:00

9 lines
251 B
Go

package config
const (
confdirPath = "/home/ziggi/projects/certman/etc/certmanager"
rundirPath = "/home/ziggi/projects/certman/tmp.run"
logdirPath = "/home/ziggi/projects/certman/tmp.log"
datadirPath = "/home/ziggi/projects/certman/tmp.data"
)