Skip to content

Commit

Permalink
accepted PR suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Adam Korodi <[email protected]>
  • Loading branch information
pasotee and kp-cat authored Jan 18, 2024
1 parent 060b447 commit e7348b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdk-reference/unreal.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can configure all ConfigCat related settings inside the `ProjectSettings ->
| Properties | Description |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `SdkKey` | SDK Key to access your feature flags and configurations. Get it from ConfigCat Dashboard. |
| `BaseUrl` | Optional, sets the CDN base url (forward proxy, dedicated subscription) from where the sdk will download the configurations. |
| `BaseUrl` | Optional, sets the CDN base url (forward proxy, dedicated subscription) from where the sdk will download the config JSON. |
| `DataGovernance` | Optional, defaults to `Global`. Describes the location of your feature flag and setting data within the ConfigCat CDN. This parameter needs to be in sync with your Data Governance preferences. [More about Data Governance](advanced/data-governance.md). Available options: `Global`, `EuOnly`. |
| `ConnectTimeoutMs` | Optional, defaults to `8000ms`. Sets the amount of milliseconds to wait for the server to make the initial connection (i.e. completing the TCP connection handshake). `0` means it never times out during transfer |
| `ReadTimeoutMs` | Optional, defaults to `5000ms`. Sets the amount of milliseconds to wait for the server to respond before giving up. `0` means it never times out during transfer. |
Expand Down

0 comments on commit e7348b0

Please sign in to comment.