Skip to content

Commit

Permalink
Merge branch 'feature/beacon804' into release/8.0.4
Browse files Browse the repository at this point in the history
# Conflicts:
#	DNN Platform/Website/Install/Config/08.00.04.config
  • Loading branch information
galatrash committed Aug 17, 2016
2 parents f1329a2 + 7dfda1a commit a51a69d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DNN Platform/Website/Install/Config/08.00.04.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<configuration>
<nodes configfile="web.config">
<node path="/configuration/appSettings" action="update" key="key" collision="ignore">
<node path="/configuration/appSettings" action="update" key="key" collision="overwrite">
<add key="ImprovementProgram.Endpoint" value="https://dnnapi.com/beacon" />
</node>
</nodes>
Expand Down
2 changes: 1 addition & 1 deletion Website/development.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<add key="PreserveLoginUrl" value="true" />
<add key="loginUrl" value="~/Login.aspx" />
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
<add key="ImprovementProgram.Epdpoint" value="https://dev-bcn.dnnapi.com/beacon" />
<add key="ImprovementProgram.Endpoint" value="https://dev.dnnapi.com/beacon" />
</appSettings>

<system.web.webPages.razor>
Expand Down
2 changes: 1 addition & 1 deletion Website/release.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<add key="PreserveLoginUrl" value="true" />
<add key="loginUrl" value="~/Login.aspx" />
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
<add key="ImprovementProgram.Epdpoint" value="https://bcn.dnnapi.com/beacon" />
<add key="ImprovementProgram.Endpoint" value="https://dnnapi.com/beacon" />
</appSettings>

<system.web.webPages.razor>
Expand Down

0 comments on commit a51a69d

Please sign in to comment.