This commit is contained in:
holger.trampe 2020-04-14 18:04:16 +02:00
parent 7cd7cdec38
commit 7b228d53ee
2 changed files with 13 additions and 1 deletions

View File

@ -97,7 +97,19 @@ WSGI_APPLICATION = 'digitaleagentur.wsgi.application'
# Database
# https://docs.djangoproject.com/en/2.2/ref/settings/#databases
# DEV
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME' : 'digitaleagentur_dev01',
'USER' : 'digitaleagentur_dev01',
'PASSWORD' : 't3TvtGAOkFHYXdJlUMIu9u3U',
'PORT' : 3306
}
}
# PROD
'''
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
@ -107,7 +119,7 @@ DATABASES = {
'PORT' : 3306
}
}
'''
# Password validation
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators