Removed the need to specify the DJANGO_ALLOWED_HOSTS variable

This commit is contained in:
Eliot Berriot 2018-11-25 18:40:56 +01:00
commit 409b076c23
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
5 changed files with 2 additions and 9 deletions

View file

@ -140,7 +140,6 @@ test_api:
paths:
- "$PIP_CACHE_DIR"
variables:
DJANGO_ALLOWED_HOSTS: "localhost"
DATABASE_URL: "postgresql://postgres@postgres/postgres"
FUNKWHALE_URL: "https://funkwhale.ci"
DJANGO_SETTINGS_MODULE: config.settings.local