Added dcl email parameters to base.py

This commit is contained in:
M.Ravi 2017-06-19 12:29:22 +05:30
parent ab50e58a72
commit 5e9330102e
1 changed files with 5 additions and 0 deletions

View File

@ -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')