archive
/
static-share
Archived
1
Fork 0

change database in test file

This commit is contained in:
Jake Howard 2016-09-06 17:55:12 +01:00
parent 5fdc035718
commit abf0abfb93
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ machine:
version: 5.11.1
environment:
DEBUG: true
DATABASE_URL: postgres://localhost/static-share
DATABASE_URL: sqlite://./database.db
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
SECRET_KEY: 123
IN_TEST: true