fix: config for backend;

refactor: docker compose env variables
This commit is contained in:
2025-06-18 21:27:19 +03:00
parent 7a79028aa7
commit c787fa929b
3 changed files with 50 additions and 56 deletions

View File

@@ -14,7 +14,7 @@ import (
func main() {
if err := config.LoadConfig(); err != nil {
if _, err := config.Load(); err != nil {
panic(err)
}