Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/connector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ stringData:

# Retool credentials
BATON_CONNECTION_STRING: <The Retool connection string, in format "user=baton password=secure-password host=localhost port=5432 dbname=hammerhead_production">

# Optional: include if you want C1 to provision access using this connector
BATON_PROVISIONING: true
```

See the connector's README or run `--help` to see all available configuration flags and environment variables.
Expand Down
Loading