Skip to content
Snippets Groups Projects
Commit 1aa56329 authored by Roy de Goei's avatar Roy de Goei
Browse files

SDC-685: Correct hostname for ldv-spec-db

parent f38621c3
No related branches found
No related tags found
1 merge request!4SDC-685: Script which migrates ldvadmin data to ldv-spec-db
Pipeline #33722 passed
......@@ -13,7 +13,7 @@ DATABASES = {
'USER': 'postgres',
'PASSWORD': 'secret',
'NAME': 'ldv-spec-db',
'HOST': 'raspiastro',
'HOST': 'localhost',
'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