0.9.1 DEV
This commit is contained in:
parent
3f0f7903d1
commit
973d30c79d
Binary file not shown.
|
|
@ -25,9 +25,9 @@ DEBUG = True
|
||||||
EMAIL_HOST = 'smtp.strato.de'
|
EMAIL_HOST = 'smtp.strato.de'
|
||||||
EMAIL_PORT = 587
|
EMAIL_PORT = 587
|
||||||
EMAIL_USE_TLS = True
|
EMAIL_USE_TLS = True
|
||||||
EMAIL_HOST_USER = "noreply@dev01.digitale-agentur.com"
|
EMAIL_HOST_USER = "support@dev01.digitale-agentur.com"
|
||||||
EMAIL_HOST_PASSWORD = "48c3n6YggZBuPyShtqOQ"
|
EMAIL_HOST_PASSWORD = "aPx9m3!7x3m@8o!t"
|
||||||
DEFAULT_FROM_EMAIL = "noreply@dev01.digitale-agentur.com"
|
DEFAULT_FROM_EMAIL = "support@dev01.digitale-agentur.com"
|
||||||
|
|
||||||
# DEV
|
# DEV
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue