NextZen-UserService/pkg/config/config.go

6 lines
87 B
Go
Raw Permalink Normal View History

2024-02-21 11:45:10 +07:00
package config
const (
UserServiceConfigFilePath = "/etc/casaos/user-service.conf"
)