You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-engage/developers/settings/configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Get an overview of the configurations options in Umbraco Engage.
6
6
7
7
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.
8
8
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.
10
10
11
11
The default configuration will look like this:
12
12
@@ -25,7 +25,7 @@ The default configuration will look like this:
25
25
"IncludeSubdomains": false
26
26
},
27
27
"DataCollection": {
28
-
"AnonymizeIPAddress": false,
28
+
"AnonymizeIPAddress": true,
29
29
"FlushRateInRecords": 100,
30
30
"FlushIntervalInSeconds": 30,
31
31
"InternalSiteSearch": {
@@ -85,10 +85,10 @@ The default configuration will look like this:
85
85
```
86
86
{% endcode %}
87
87
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.
0 commit comments