used dev db

parent c8e78e69
...@@ -82,9 +82,9 @@ WSGI_APPLICATION = 'GeoInt_SIDT.wsgi.application' ...@@ -82,9 +82,9 @@ WSGI_APPLICATION = 'GeoInt_SIDT.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'repsat', 'NAME': 'repsat_dev',
'USER': 'repsat', 'USER': 'repsat_dev',
'PASSWORD': 'r3pS4t080pr0dct10n', 'PASSWORD': 'r3pS4t0l40d3v3lop7',
'HOST': '192.168.1.60', 'HOST': '192.168.1.60',
'PORT': '5432', 'PORT': '5432',
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment