Can now configure allowed host in all settings

This commit is contained in:
Eliot Berriot 2018-02-18 14:28:44 +01:00
commit 2f8a026afa
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,7 @@ test_api:
paths:
- "$PIP_CACHE_DIR"
variables:
DJANGO_ALLOWED_HOSTS: "localhost"
DATABASE_URL: "postgresql://postgres@postgres/postgres"
before_script: