File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
DNN Platform/Website/Install/Config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<configuration>
2
2
<nodes configfile="web.config">
3
- <node path="/configuration/appSettings" action="update" key="key" collision="ignore ">
3
+ <node path="/configuration/appSettings" action="update" key="key" collision="overwrite ">
4
4
<add key="ImprovementProgram.Endpoint" value="https://dnnapi.com/beacon" />
5
5
</node>
6
6
</nodes>
Original file line number Diff line number Diff line change 62
62
<add key="PreserveLoginUrl" value="true" />
63
63
<add key="loginUrl" value="~/Login.aspx" />
64
64
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
65
- <add key="ImprovementProgram.Epdpoint " value="https://dev-bcn .dnnapi.com/beacon" />
65
+ <add key="ImprovementProgram.Endpoint " value="https://dev.dnnapi.com/beacon" />
66
66
</appSettings>
67
67
68
68
<system.web.webPages.razor>
Original file line number Diff line number Diff line change 62
62
<add key="PreserveLoginUrl" value="true" />
63
63
<add key="loginUrl" value="~/Login.aspx" />
64
64
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
65
- <add key="ImprovementProgram.Epdpoint " value="https://bcn. dnnapi.com/beacon" />
65
+ <add key="ImprovementProgram.Endpoint " value="https://dnnapi.com/beacon" />
66
66
</appSettings>
67
67
68
68
<system.web.webPages.razor>
You can’t perform that action at this time.
0 commit comments