plugins devel
This commit is contained in:
@@ -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)
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user