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 = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'twbDB',
'NAME': 'twbDBv2',
'USER': 'test_user',
'PASSWORD': 'test_db_pass',
'HOST': '127.0.0.1',