Added DirData field.

This commit is contained in:
Сергей Петров 2025-04-07 10:09:04 +05:00
parent 8020f41b8f
commit cfca075ba5
2 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,5 @@ package config
var (
Local = "storage"
LogsDirectory string
DirData string
)

View File

@ -3,5 +3,6 @@ package config
var (
Local = "storage"
LogsDirectory string
DirData string
Cameras = "/home/psa/GoProjects/writer/internal/config/cameras.yaml"
)