修改数据库

This commit is contained in:
wanjia 2025-06-10 18:29:25 +08:00
parent 954e314afe
commit 8febf5a420

View File

@ -105,7 +105,7 @@ CHANNEL_LAYERS = {
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'daren_detail',
'NAME': 'daren_test',
'USER': 'root',
'PASSWORD': '123456',
'HOST': '192.168.31.138',