Skip to content
Snippets Groups Projects
Commit 29860d81 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

- dev.txt points at local docker container now.

parent af0bb4c1
No related branches found
No related tags found
1 merge request!2postgres to docker in development environment
Pipeline #33667 passed
......@@ -22,7 +22,7 @@ LDV Specification Application. For filling ATDB-LDV with processing tasks for LO
### Local update
After a collegue has made changes, then locally
* git pull
* pip install -r requirements\dev.tx
* pip install -r requirements\dev.txt
* python manage.py migrate --settings=ldvspec.settings.dev
## Test Environment
......
......@@ -10,11 +10,11 @@ CORS_ORIGIN_ALLOW_ALL = True
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'atdb_admin',
'PASSWORD': 'atdb123',
'USER': 'postgres',
'PASSWORD': 'secret',
'NAME': 'ldv-spec-db',
'HOST': 'localhost',
'PORT': '5432',
'HOST': 'raspiastro',
'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