Commit 8d068678 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Merge branch 'test-deploy' into 'dev'

Change database connect variables

See merge request !2
parents cd2e0e9e c06feb9c
......@@ -94,8 +94,8 @@ if DEVELOPMENT_MODE is True:
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'cp_video',
'USER': 'django',
'PASSWORD': 'django',
'USER': 'postgres',
'PASSWORD': 'postgres',
'HOST': '127.0.0.1',
}
}
......
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