Skip to content

Commit

Permalink
Update environment variable definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxone committed Jan 30, 2025
1 parent bee0f1e commit 8508489
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ supportedEnvironmentVariables:
- name: FEATURE_MIN_INSTANCES
description: Minimum number of instances to keep running (set to 1 to keep one instance running at all times)
defaultValue: 1
- name: DUCKDB_PATH
description: Path inside the docker container to store DuckDB database. Do not change this to outside the persist-data directory or data may not be persisted on connector restarts.
defaultValue: /etc/connector/persist-data/db
- name: DUCKDB_URL
description: Path inside the docker container to store the DuckDB database. Do not change this to outside the persist-data directory or data may not be persisted on connector restarts.
defaultValue: /etc/connector/persist-data/duck.db
description: File name of the default DuckDB database.
defaultValue: ./duck.db
commands: {}
dockerComposeWatch:
# Rebuild the container if a new package restore is required because package[-lock].json changed
Expand Down

0 comments on commit 8508489

Please sign in to comment.