Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Updated default server url
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Jacobs committed Sep 30, 2020
1 parent bd5fa08 commit bd3fe54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</field>
<field id="server_url" translate="label,comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Server Url</label>
<comment>Default: http://navigator-group1.tweakwise.com/</comment>
<comment>Default: https://gateway.tweakwisenavigator.com/</comment>
<validate>required-entry validate-url</validate>
</field>
<field id="timeout" translate="label,comment" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down
2 changes: 1 addition & 1 deletion src/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<tweakwise>
<general>
<authentication_key/>
<server_url>http://navigator-group1.tweakwise.com/</server_url>
<server_url>https://gateway.tweakwisenavigator.com/</server_url>
<log>0</log>
<log_developer>1</log_developer>
<timeout>10</timeout>
Expand Down

0 comments on commit bd3fe54

Please sign in to comment.