Skip to content
Snippets Groups Projects
Commit 4ba35e50 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix tests

parent 2de3bff6
No related branches found
No related tags found
1 merge request!5moved 'scripts' folder outside of app source
Pipeline #33965 passed
...@@ -10,12 +10,11 @@ CORS_ORIGIN_ALLOW_ALL = True ...@@ -10,12 +10,11 @@ CORS_ORIGIN_ALLOW_ALL = True
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'postgres', 'USER': 'atdb_admin',
'PASSWORD': 'secret', 'PASSWORD': 'atdb123',
'NAME': 'ldv-spec-db', 'NAME': 'ldv-spec-db',
'HOST': 'localhost', 'HOST': 'localhost',
#'HOST': 'raspiastro', 'PORT': '5432',
'PORT': '5433',
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment