1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-01 12:41:15 +02:00

Blame MySQL

This commit is contained in:
Yohann D'ANELLO
2020-02-09 17:30:13 +01:00
parent a5c560307a
commit 0f0e5fcd25
2 changed files with 6 additions and 26 deletions

View File

@ -33,21 +33,10 @@ DEBUG = True
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'med',
'USER': 'med',
'NAME': 'club-med',
'USER': 'club-med',
'PASSWORD': 'password_to_store_in_env',
'HOST': 'db',
'PORT': '',
}
}
# or MySQL database for Zamok
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'club-med',
# 'USER': 'club-med',
# 'PASSWORD': 'CHANGE ME !!!',
# 'HOST': 'localhost',
# },
# }