Merge branch 'refs/heads/MariaDB' into prod

pull/4/head
Jukoga 2024-07-24 21:12:02 +02:00
commit 4ae7240d68
2 changed files with 6 additions and 2 deletions

View File

@ -79,8 +79,12 @@ WSGI_APPLICATION = 'BH.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'ENGINE': 'django.db.backends.mysql',
'NAME': 'Name of the database Instance',
'USER': 'USERNAME',
'PASSWORD': 'PASSWORD of User',
'HOST': 'localhost',
'PORT': 'SET PORT NUMBER',
}
}

Binary file not shown.