From 02b02c205ee84fd9eb74582648b02db453a39ee2 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Mon, 26 Feb 2024 13:32:24 +0100 Subject: [PATCH] Fixed: Set correct default slug in .env.dist to gold-msi (#792) * fix: Set default slug in .env.dist to gold-msi * docs: Rename fe path in .env-github-actions to correct gold-msi as well --- .env-github-actions | 2 +- .env.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env-github-actions b/.env-github-actions index 1e5f04b8c..7cdad8e5b 100644 --- a/.env-github-actions +++ b/.env-github-actions @@ -8,7 +8,7 @@ AML_LOCATION_PROVIDER=http://ip2country:5000/{} AML_DEBUG=True DJANGO_SETTINGS_MODULE=aml.development_settings REACT_APP_API_ROOT=http://localhost:8000 -REACT_APP_EXPERIMENT_SLUG=fe +REACT_APP_EXPERIMENT_SLUG=gold-msi REACT_APP_AML_HOME=https://www.amsterdammusiclab.nl REACT_APP_HTML_PAGE_TITLE=Amsterdam Music Lab Experiment REACT_APP_HTML_OG_DESCRIPTION=Listening experiments from the Amsterdam Music Lab. Test your musical knowledge and skills in engaging citizen-science experiments. diff --git a/.env.dist b/.env.dist index ee7e4e4d6..cea75fe88 100644 --- a/.env.dist +++ b/.env.dist @@ -16,7 +16,7 @@ AML_LOCATION_PROVIDER=http://ip2country:5000/{} # address of the ip2country cont AML_ALLOWED_HOSTS="backend.muscle.local" # needs to be changed when running in production REACT_APP_API_ROOT=http://backend.muscle.local # address of the server, don't change -REACT_APP_EXPERIMENT_SLUG=gmsi # experiment slug that the frontend redirects to +REACT_APP_EXPERIMENT_SLUG=gold-msi # experiment slug that the frontend redirects to REACT_APP_AML_HOME=https://www.amsterdammusiclab.nl # website you will be redirected to if you do not agree with an informed consent form REACT_APP_LOGO_URL= # optional: link to logo REACT_APP_HTML_PAGE_TITLE=Amsterdam Music Lab Experiment # optional: information for web crawlers