From c6d4505dd37184ea65361637e00b29c2bcb3d488 Mon Sep 17 00:00:00 2001 From: Mattia Mancini <mancini@astron.nl> Date: Thu, 11 Oct 2018 12:24:05 +0000 Subject: [PATCH] OSB-28: reconfigured settings file to include test database --- LCU/Maintenance/DBInterface/django_postgresql/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LCU/Maintenance/DBInterface/django_postgresql/settings.py b/LCU/Maintenance/DBInterface/django_postgresql/settings.py index b481e8f78fc..ba6750a9c70 100644 --- a/LCU/Maintenance/DBInterface/django_postgresql/settings.py +++ b/LCU/Maintenance/DBInterface/django_postgresql/settings.py @@ -121,7 +121,11 @@ DATABASES = { 'PASSWORD': 'fix-me', 'HOST': 'localhost', 'PORT': '', + 'TEST': { + 'NAME': 'test_monitoringdb' + } } + } # Password validation -- GitLab