Skip to content

Commit

Permalink
fixup! fix(db): Fix Schema postgres ssl mode handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Sep 4, 2024
1 parent 5c3588d commit 056b565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/node/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func FromEnv() NodeConfig {
config.ContractsInputBoxDeploymentBlockNumber = getContractsInputBoxDeploymentBlockNumber()
config.SnapshotDir = getSnapshotDir()
config.PostgresEndpoint = Redacted[string]{getPostgresEndpoint()}
config.PostgresSslDisabled = !getPostgresSslmodeEnabled()
config.PostgresSslDisabled = !getPostgresSslEnabled()
config.HttpAddress = getHttpAddress()
config.HttpPort = getHttpPort()
config.FeatureClaimerEnabled = getFeatureClaimerEnabled()
Expand Down

0 comments on commit 056b565

Please sign in to comment.