Skip to content

Commit

Permalink
fix geo files location
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Aug 29, 2024
1 parent abb62ab commit 8ac7354
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Wmca.Web/Views/HomepageChangeIntoAction.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,10 @@ function localAreaSelect() {
<p>View your local area: <a class="ds-btn" href="/@area/">@area</a></p>
<p>or</p>
}
<br />
<div class="ds-fe-group">
<div class="ds-fe-dropdown">
<label class="ds-fe-label" for="dropdown">Choose your local area</label>
<label class="ds-fe-label" for="area-dropdown">Choose your local area</label>
<select class="ds-fe-dropdown__select area-select" id="area-dropdown" name="Region selection" onchange="if (this.value) window.location.href = this.value;" aria-label="Choose your local area">
<option value="" selected="selected">Choose from list</option>
<option value="birmingham">Birmingham</option>
Expand Down
5 changes: 2 additions & 3 deletions Wmca.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
},
"Umbraco": {
"PersonalisationGroups": {
"GeoLocationCountryDatabasePath": "/umbraco/Data/PersonalisationGroups/GeoLite2-Country.mmdb",
"GeoLocationCityDatabasePath": "/umbraco/Data/PersonalisationGroups/GeoLite2-City.mmdb",
"TestFixedIp": "86.21.126.250"
"GeoLocationCountryDatabasePath": "/data/PersonalisationGroups/GeoLite2-Country.mmdb",
"GeoLocationCityDatabasePath": "/data/PersonalisationGroups/GeoLite2-City.mmdb"
},
"Storage": {
"AzureBlob": {
Expand Down
3 changes: 3 additions & 0 deletions Wmca.Web/uSync/v9/Content/header.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"settingsData": []
}]]></Value>
</navigation>
<showSearch>
<Value><![CDATA[]]></Value>
</showSearch>
</Properties>
</Content>
3 changes: 3 additions & 0 deletions Wmca.Web/uSync/v9/Content/header_eiqjg3zn.config
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,8 @@
"settingsData": []
}]]></Value>
</navigation>
<showSearch>
<Value><![CDATA[]]></Value>
</showSearch>
</Properties>
</Content>
Binary file not shown.
Binary file not shown.

0 comments on commit 8ac7354

Please sign in to comment.