Add testing setting files for gitlab-ci. Improve gitlab-ci config file.
This commit is contained in:
12
mayan/settings/testing/gitlab-ci/db_postgres.py
Normal file
12
mayan/settings/testing/gitlab-ci/db_postgres.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from ..base import * # NOQA
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'mayan_edms',
|
||||
'USER': 'postgres',
|
||||
'PASSWORD': 'postgres',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user