Files
certmanager/internal/config/path.go
Олег Бородин 07b32e881e istore: updated
2024-08-07 09:20:36 +02:00

10 lines
278 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"
)