fix in env wrong variable name

This commit is contained in:
pedro 2024-01-24 14:49:33 +01:00
parent 837486a0fa
commit 1da4f6b032
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ MUSICIAN_SECRET_KEY='changeme_v9&&N$Lt9t*5EGwm0w'
# specially useful if you want to deploy in a specific domain
MUSICIAN_API_BASE_URL='https://orchestra.example.org'
MUSICIAN_ALLOWED_HOSTS='musician.example.org'
DOMAIN='musician.example.org'
MUSICIAN_DOMAIN='musician.example.org'
# DEVICEHUB
####