Skip to content

Commit

Permalink
Add ODF vars to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed May 14, 2024
1 parent 8073965 commit 98446e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Offline database mode by default
SQLX_OFFLINE=true

# Only for possible for a multi-tenant workspace
# Only possible for a multi-tenant workspace
KAMU_AUTH_GITHUB_CLIENT_ID=
KAMU_AUTH_GITHUB_CLIENT_SECRET=

Expand All @@ -15,3 +15,7 @@ KAMU_BASE_URL_FLIGHTSQL=

# Override the path to the workspace
KAMU_WORKSPACE=

# Ingest parameters
ODF_BATCH_SIZE=
ODF_POLL_TIMEOUT_MS=
2 changes: 1 addition & 1 deletion src/infra/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ aws-sdk-s3 = { version = "0.35" }
aws-smithy-http = { version = "0.57", features = ["rt-tokio"] }
aws-smithy-types = { version = "0.57" }
aws-credential-types = { version = "0.57" }
trust-dns-resolver = "0.23" # TODO: Needed for DNSLink resolution with IPFS
trust-dns-resolver = "0.23" # TODO: Needed for DNSLink resolution with IPFS
http = "0.2"

# Utils
Expand Down

0 comments on commit 98446e5

Please sign in to comment.