36
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 03:05:51 +03:00
parent 265e8e5b60
commit df176f8aea
2 changed files with 18 additions and 4 deletions

View File

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