Files
test_deploy/internal/config/constants.go
Alex Shevchuk d84487d238 1
2025-08-18 17:12:04 +03:00

6 lines
119 B
Go

package config
const (
ConfigBasePath = "/home/alexorel/work/Molva/molva-backend/.build/config/local.example.yaml"
)