1.8.12 DB for v2

This commit is contained in:
SDE
2024-12-05 15:19:56 +03:00
parent 4b13a7ed02
commit ab767233ec

View File

@@ -202,7 +202,7 @@ CHANNEL_LAYERS = {
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'twbDB', 'NAME': 'twbDBv2',
'USER': 'test_user', 'USER': 'test_user',
'PASSWORD': 'test_db_pass', 'PASSWORD': 'test_db_pass',
'HOST': '127.0.0.1', 'HOST': '127.0.0.1',