Skip to content

Commit 02f9830

Browse files
cornehoskamgitbook-bot
authored andcommitted
GITBOOK-7: Updated default AnonymizeIPAddress
1 parent 5041e6f commit 02f9830

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

16/umbraco-engage/developers/settings/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Get an overview of the configurations options in Umbraco Engage.
66

77
Most of the Umbraco Engage configuration options are stored in the configuration file. Umbraco Engage uses the standard for .NET Core applications, in which we make use of the `appsettings.json` (and environment variable support). Because of this new standard, most configuration options no longer require the application to restart to take effect. This comes with a few exceptions.
88

9-
Umbraco Engage ships with an `appsettings-schema.json` file, allowing Visual Studio or Jetbrains Rider to auto-complete the configuration options. It comes with information about default values and a description of what each configuration option does. Do not change the -schema.json files!
9+
Umbraco Engage ships with an `appsettings-schema.json` file, allowing Visual Studio or Jetbrains Rider to auto-complete the configuration options. It comes with information about default values and a description of what each configuration option does. Do not change the `-schema.json` files.
1010

1111
The default configuration will look like this:
1212

@@ -25,7 +25,7 @@ The default configuration will look like this:
2525
"IncludeSubdomains": false
2626
},
2727
"DataCollection": {
28-
"AnonymizeIPAddress": false,
28+
"AnonymizeIPAddress": true,
2929
"FlushRateInRecords": 100,
3030
"FlushIntervalInSeconds": 30,
3131
"InternalSiteSearch": {
@@ -85,10 +85,10 @@ The default configuration will look like this:
8585
```
8686
{% endcode %}
8787

88-
All these settings are also visualized in Umbraco Engage. This overview can be found in the section **Engage** -> **Settings** -> **Configuration**.
88+
All these settings are also visualized in Umbraco Engage. This overview can be found in the **Engage** -> **Settings** -> **Configuration** section.
8989

9090
![Settings Configuration Overview](../../.gitbook/assets/engage-settings-configuration.png)
9191

9292
{% hint style="warning" %}
93-
You cannot change any of the settings in the backoffice. To use the new settings the website must be restarted.
93+
You cannot change any of the settings in the backoffice. To use the new settings, the website must be restarted.
9494
{% endhint %}

0 commit comments

Comments
 (0)