diff --git a/dynamicweb/settings/base.py b/dynamicweb/settings/base.py index ec240691..d276f022 100644 --- a/dynamicweb/settings/base.py +++ b/dynamicweb/settings/base.py @@ -504,3 +504,8 @@ OPENNEBULA_PORT = env('OPENNEBULA_PORT') # The endpoint to which the XML RPC request needs to be sent to. The # default value is /RPC2 OPENNEBULA_ENDPOINT = env('OPENNEBULA_ENDPOINT') + + +# dcl email configurations +DCL_TEXT = env('DCL_TEXT') +DCL_SUPPORT_FROM_ADDRESS = env('DCL_SUPPORT_FROM_ADDRESS')