Added dcl email parameters to base.py
This commit is contained in:
parent
ab50e58a72
commit
5e9330102e
1 changed files with 5 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue