1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2024-11-27 00:47:10 +00:00

Keep database settings for Zamok

This commit is contained in:
Alexandre Iooss 2020-02-09 13:31:31 +01:00
parent 978dc1de6c
commit ee16111766

View File

@ -41,3 +41,13 @@ DATABASES = {
} }
} }
# or MySQL database for Zamok
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'club-med',
# 'USER': 'club-med',
# 'PASSWORD': 'CHANGE ME !!!',
# 'HOST': 'localhost',
# },
# }