fix(compose): added missing files for compose

This commit is contained in:
ITQ
2025-12-17 19:19:08 +03:00
parent 346c5c5ff4
commit cd1d375f05
3 changed files with 26 additions and 1 deletions
-1
View File
@@ -37,7 +37,6 @@ func Load() (*Config, error) {
DBUser: getEnv("POSTGRES_USERNAME", "postgres"),
DBPassword: getEnv("POSTGRES_PASSWORD", "postgres"),
DBName: getEnv("POSTGRES_DATABASE", "postgres"),
JWTSecret: getEnv("JWT_SECRET", "your-secret-key-change-in-production"),
AuthSvcAddr: getEnv("AUTH_SVC_ADDR", "localhost:50051"),
}, nil
}