Skip to content

Commit

Permalink
Rename env. var (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso authored Jul 24, 2024
1 parent 2586cde commit f2dd0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pconduit/env_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package pconduit

const (
EnvConduitConnectorUtilitiesGRPCTarget = "CONDUIT_CONNECTOR_UTILITIES_GRPC_TARGET"
EnvConduitConnectorSchemaToken = "CONDUIT_CONNECTOR_TOKEN"
EnvConduitConnectorToken = "CONDUIT_CONNECTOR_TOKEN"
EnvConduitConnectorID = "CONDUIT_CONNECTOR_ID"
EnvConduitLogLevel = "CONDUIT_LOG_LEVEL"
)

0 comments on commit f2dd0a3

Please sign in to comment.