summaryrefslogtreecommitdiffstats
path: root/django/engagementmanager/utils/constants.py
diff options
context:
space:
mode:
authorEdan Binshtok <eb578m@intl.att.com>2017-10-18 07:53:45 +0300
committerEdan Binshtok <eb578m@intl.att.com>2017-10-18 07:53:45 +0300
commit268e90854c4dd937543296a00ade56e901456210 (patch)
tree5530bd9ca74d98079996e2156fd64bd7ac4462be /django/engagementmanager/utils/constants.py
parentbd886d918ef2adbabd16c61fdd2e47984e21dfd7 (diff)
Align CI test test and JJB
Add vendor agnostic CI test to align Add Tox and maven docker Issue Id: VVP-15 Change-Id: Ia84ba49b8d3631c1529c1a8141ebf2c2cb1881c9 Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
Diffstat (limited to 'django/engagementmanager/utils/constants.py')
-rw-r--r--[-rwxr-xr-x]django/engagementmanager/utils/constants.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/django/engagementmanager/utils/constants.py b/django/engagementmanager/utils/constants.py
index c5b1ae9..70fab7b 100755..100644
--- a/django/engagementmanager/utils/constants.py
+++ b/django/engagementmanager/utils/constants.py
@@ -54,17 +54,17 @@ class Constants(object):
role_standard_user = None
role_admin = None
role_admin_ro = None
- service_provider_company_name = "ExampleServiceProvider"
- service_provider_mail_domain = ["example.com"]
- service_provider_admin_mail = "admin@example.com"
- service_provider_admin_ro_mail = "admin_ro@example.com"
+ service_provider_company_name = "ServiceProvider"
+ service_provider_mail_domain = ["example-domain.com"]
+ service_provider_admin_mail = "admin@example-domain.com"
+ service_provider_admin_ro_mail = "admin_ro@example-domain.com"
ice_base_ctx = "/vvp/v1/engmgr/"
rgwa_base_url ='http://localhost:8123/admin'
default_vfc_version = "1.0.0"
dbConnectionStr = "dbname='icedb' user='iceuser' host='localhost' password='Aa123456' port='5433'"
dashboard_href = "<A href=" + \
str(settings.DOMAIN) + "/#/dashboard/" + ">Dashboard</A>"
- prodDomain = 'https://www.vvp.example.com'
+ prodDomain = 'https://www.vvp.example-domain.com'
invite_template_dir = "emails/invite/"
activate_template_dir = "emails/activate/"
notification_template_dir = "emails/notification/"