Browse Source

Update config

Dmitriy Gnatenko 3 weeks ago
parent
commit
e4ca4659de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/services/config/config.go

+ 1 - 1
internal/services/config/config.go

@@ -7,7 +7,7 @@ import (
 	"github.com/spf13/viper"
 	"github.com/spf13/viper"
 )
 )
 
 
-const defaultConfigPath = "../../.env"
+const defaultConfigPath = "./.env"
 
 
 type Service struct {
 type Service struct {
 	appPort               string
 	appPort               string