Files
test_deploy/internal/config/constants.go
Alex Shevchuk df176f8aea
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
36
2025-08-19 03:05:51 +03:00

6 lines
59 B
Go

package config
const (
ConfigBasePath = "/config.yaml"
)