2025-04-01 15:59:35 +05:00

8 lines
148 B
Go

package config
var (
Local = "storage"
LogsDirectory string
Cameras = "/rtsp_reader-writer/writer/internal/config/cameras.yaml"
)