Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Failing after 2m31s
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Tag Commit (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
6 lines
71 B
Go
6 lines
71 B
Go
package config
|
|
|
|
const (
|
|
ConfigBasePath = ".build/config/local.yaml"
|
|
)
|