mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 15:15:35 +07:00
6 lines
87 B
Go
6 lines
87 B
Go
package config
|
|
|
|
const (
|
|
UserServiceConfigFilePath = "/etc/casaos/user-service.conf"
|
|
)
|