Merge branch 'main' into 'feature/task'
# Conflicts: # go.mod
This commit is contained in:
@@ -31,7 +31,7 @@ func Load() (*Config, error) {
|
||||
_ = godotenv.Load()
|
||||
|
||||
return &Config{
|
||||
GRPCPort: mustGetInt("COMPETITION_GRPC_PORT", 50053),
|
||||
GRPCPort: mustGetInt("COMPETITION_GRPC_PORT", 50051),
|
||||
GRPCEnableReflection: mustGetBool("COMPETITION_GRPC_ENABLE_REFLECTION", false),
|
||||
HTTPPort: mustGetInt("COMPETITION_HTTP_PORT", 8082),
|
||||
LogLevel: getEnv("LOG_LEVEL", "info"),
|
||||
|
||||
Reference in New Issue
Block a user