Skip to content

Commit

Permalink
Change API Url and home links
Browse files Browse the repository at this point in the history
  • Loading branch information
numahell committed Dec 29, 2022
1 parent 50aca80 commit 8521150
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frontend/customization/config/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"enableOutdoor": true,
"enableTouristicEvents": true,
"portalIds": [1],
"apiUrl": "https://geotrekdemo.ecrins-parcnational.fr/api/v2",
"apiUrl": "https://demo-admin.geotrek.fr/api/v2",
"reservationPartner": "parcdesecrins",
"reservationProject": "parcdesecrins",
"googleAnalyticsId": "G-8FSV2N4FXN",
"googleSiteVerificationToken": "eKAyxwaXAobFWQcJen0mnZ8T3CpLoN45JysXeNkRf38",
"baseUrl": "http://localhost:3000",
"fallbackImageUri": "https://upload.wikimedia.org/wikipedia/fr/d/df/Logo_ecrins.png",
"touristicContentLabelImageUri": "https://upload.wikimedia.org/wikipedia/fr/d/df/Logo_ecrins.png",
"applicationName": "Custom Geotrek",
"applicationName": "Demo Geotrek Rando",
"enableReport": true,
"enableSearchByMap": true,
"enableServerCache": true
Expand Down
9 changes: 4 additions & 5 deletions frontend/customization/config/home.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"welcomeBanner": {
"carouselUrls": [
"https://cdn.pixabay.com/photo/2017/06/29/18/40/background-2455710_1280.jpg",
"https://images.pexels.com/photos/869258/pexels-photo-869258.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260",
"https://images.pexels.com/photos/4275885/pexels-photo-4275885.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260"
"https://demo-rando.geotrek.fr/media/paperclip/trekking_trek/2849/cascade_dars_a_aulus-les-bains-cc-by-sa-pierre-gouget.jpg.800x800_q85_watermark-d41d8cd98f00b204e9800998ecf8427e.jpg",
"https://demo-rando.geotrek.fr/media/paperclip/trekking_trek/10443/1083px-arrien-en-bethmale_general_view.JPG.800x800_q85_watermark-d41d8cd98f00b204e9800998ecf8427e.jpg"
],
"shouldDisplayText": true
},
Expand All @@ -15,7 +14,7 @@
{
"titleTranslationId": "home.territoryTreks",
"iconUrl": "/icons/practice-pedestrian.svg",
"ids": ["2", "582", "586", "501", "771", "596"],
"ids": ["2", "2849", "10443"],
"type": "trek"
},
{
Expand All @@ -27,7 +26,7 @@
{
"titleTranslationId": "home.outdoor",
"iconUrl": "/icons/practice-outdoor.svg",
"ids": ["65", "12", "79"],
"ids": ["1"],
"type": "outdoor"
},
{
Expand Down

0 comments on commit 8521150

Please sign in to comment.