Skip to content

Commit

Permalink
chore: fix config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Feb 8, 2024
1 parent 95bc5ef commit ef4cd30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .vale/styles/Flipt/spelling-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ auditable
backoff
boolean
caddy
clickhouse
codeowners
codespaces
config
Expand Down Expand Up @@ -52,7 +53,6 @@ protoc
Quicksort
redis
regexes
rflipt
rollout
rollouts
SCMs
Expand All @@ -66,6 +66,4 @@ uncomment
uncompromised
URIs
yaml
zipkin
clickhouse
Clickhouse
zipkin
12 changes: 5 additions & 7 deletions configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001"
| storage.git.authentication.basic.username | The username to use for basic authentication | | v1.25.0 |
| storage.git.authentication.basic.password | The password to use for basic authentication | | v1.25.0 |
| storage.git.authentication.token | The access token to use for authentication | | v1.25.0 |
| storage.git.authentication.ssh.password | Password used to generate the SSH keypair | | v1.30.0 |
| storage.git.authentication.ssh.password | Password used to generate the SSH key pair | | v1.30.0 |
| storage.git.authentication.ssh.private_key_path | Path to private key on the filesystem | | v1.30.0 |
| storage.git.authentication.ssh.private_key_bytes | (Alternative) Raw private key bytes | | v1.30.0 |
| storage.git.authentication.ssh.insecure_ignore_host_key | Skip verifying the known hosts key (avoid in production) | false | v1.30.0 |
Expand Down Expand Up @@ -328,12 +328,10 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001"

#### Analytics: Clickhouse

| Property | Description | Default | Since |
| ----------------------------- | ----------------------------------- | ------- | ------- |
| analytics.clickhouse.enabled | Switch for connection to clickhouse | false | v1.37.0 |
| analytics.clickhouse.url | URL for the clickhouse server | | v1.37.0 |
| analytics.clickhouse.username | Username for the clickhouse server | | v1.37.0 |
| analytics.clickhouse.password | Password for the clickhouse server | | v1.37.0 |
| Property | Description | Default | Since |
| ------------------------------------ | ----------------------------------- | ------- | ------- |
| analytics.storage.clickhouse.enabled | Enable Clickhouse support | false | v1.37.0 |
| analytics.storage.clickhouse.url | URL to connect to clickhouse server | | v1.37.0 |

### Tracing

Expand Down

0 comments on commit ef4cd30

Please sign in to comment.