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
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'postgres',
'PASSWORD': 'secret',
'USER': 'atdb_admin',
'PASSWORD': 'atdb123',
'NAME': 'ldv-spec-db',
'HOST': 'localhost',
#'HOST': 'raspiastro',
'PORT': '5433',
'PORT': '5432',
},
}
......
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