feat(.env.dev): separate single-node from multi-node environment

This commit is contained in:
jon r 2024-08-27 11:42:35 +02:00
parent 828db18bbe
commit 51d5bbf52b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DJANGO_ALLOWED_HOSTS=.funkwhale.test,localhost,nginx,0.0.0.0,127.0.0.1,.gitpod.io
DJANGO_ALLOWED_HOSTS=localhost,nginx,0.0.0.0,127.0.0.1,.gitpod.io
DJANGO_SETTINGS_MODULE=config.settings.local
DJANGO_SECRET_KEY=dev
C_FORCE_ROOT=true