Files
certmanager/internal/config/path.go
Олег Бородин 7a267cdc4d update
2024-09-14 07:49:45 +02:00

10 lines
202 B
Go

package config
const (
confdirPath = "/etc/certmanager"
rundirPath = "/var/run/certmanager"
logdirPath = "/var/log/certmanager"
datadirPath = "/var/data/certmanager"
)