plugins devel

This commit is contained in:
2024-12-23 21:23:45 +09:00
parent d850f50e25
commit 77bf0b8381
5 changed files with 225 additions and 203 deletions

View File

@@ -103,6 +103,7 @@ DATABASES = {
'PASSWORD': os.getenv('DB_PASSWORD'), # Пароль пользователя
'HOST': os.getenv('DB_HOST', default='0.0.0.0'), # Хост (по умолчанию localhost)
'PORT': os.getenv('DB_PORT', default=3308), # Порт (по умолчанию 3306)
},
}