On branch main
modified: main_dc/nginx/nginx-ssl.conf modified: main_dc/yalarba/api_es/internal/config/config.go add config into enginx for api_yal REST_API
This commit is contained in:
@@ -21,7 +21,7 @@ type Config struct {
|
||||
func Load() *Config {
|
||||
return &Config{
|
||||
DBHost: getEnv("DB_HOST", "localhost"),
|
||||
DBPort: getEnv("DB_PORT", "5432"),
|
||||
DBPort: getEnv("DB_PORT", "5432"),
|
||||
DBUser: getEnv("DB_USER", "postgres"),
|
||||
DBPassword: getEnv("DB_PASSWORD", "postgres"),
|
||||
DBName: getEnv("DB_NAME", "mydb"),
|
||||
|
||||
Reference in New Issue
Block a user