Skip to content

Commit

Permalink
Fixed: Set correct default slug in .env.dist to gold-msi (#792)
Browse files Browse the repository at this point in the history
* fix: Set default slug in .env.dist to gold-msi

* docs: Rename fe path in .env-github-actions to correct gold-msi as well
  • Loading branch information
drikusroor authored Feb 26, 2024
1 parent 2860a9d commit 02b02c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env-github-actions
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02b02c2

Please sign in to comment.