used dev db

parent c8e78e69
......@@ -82,9 +82,9 @@ WSGI_APPLICATION = 'GeoInt_SIDT.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'repsat',
'USER': 'repsat',
'PASSWORD': 'r3pS4t080pr0dct10n',
'NAME': 'repsat_dev',
'USER': 'repsat_dev',
'PASSWORD': 'r3pS4t0l40d3v3lop7',
'HOST': '192.168.1.60',
'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