Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
5e9de634
Commit
5e9de634
authored
Feb 27, 2017
by
okhin
Browse files
Restoring the test config to a functional test
parent
31e0c1d8
Pipeline
#898
failed with stage
in 8 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/memopol/tests/local_settings.py
View file @
5e9de634
...
...
@@ -14,11 +14,11 @@ PUBLIC_DIR = 'wsgi/static'
DATABASES
=
{
'default'
:
{
'NAME'
:
'test'
,
'NAME'
:
os
.
environ
.
get
(
'CI_BUILD_REF_NAME'
)
,
'USER'
:
'memopol_test'
,
'PASSWORD'
:
'memopol_test'
,
'HOST'
:
'localhost'
,
'PORT'
:
'543
2
'
,
'PORT'
:
'543
3
'
,
'ENGINE'
:
'django.db.backends.postgresql_psycopg2'
,
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment