Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
bd25f7fb
Commit
bd25f7fb
authored
Sep 13, 2019
by
John Red Medrano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
place catch mail per instance of settings
parent
09558182
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
config/settings/local.py
config/settings/local.py
+1
-1
config/settings/production.py
config/settings/production.py
+4
-1
env.template.ini
env.template.ini
+4
-3
No files found.
config/settings/local.py
View file @
bd25f7fb
...
...
@@ -38,4 +38,4 @@ VENDOR_ACCEPTANCE_MESSAGE = config['NOTIFICATION_EMAIL']['VENDOR_ACCEPTANCE_MESS
VENDOR_REJECT_MESSAGE
=
config
[
'NOTIFICATION_EMAIL'
][
'VENDOR_REJECT_MESSAGE'
]
#ADMIN PROFILE
CATCH_EMAIL
=
config
[
'
ADMIN
'
][
'CATCH_EMAIL'
]
CATCH_EMAIL
=
config
[
'
LOCAL
'
][
'CATCH_EMAIL'
]
config/settings/production.py
View file @
bd25f7fb
...
...
@@ -27,4 +27,7 @@ SESSION_TIMEOUT = config['PRODUCTION']['SESSION_TIMEOUT']
FRONT_END_URL
=
config
[
'PRODUCTION'
][
'FRONT_END_URL'
]
AUTH_ACCESSS_TOKEN_TIMEOUT
=
config
[
'PRODUCTION'
][
'AUTH_ACCESSS_TOKEN_TIMEOUT'
]
USER_DEFAULT_PASSWORD
=
config
[
'PRODUCTION'
][
'USER_DEFAULT_PASSWORD'
]
REALTIMESERVER_IP
=
config
[
'NOTIFICATION'
][
'REALTIMESERVER_IP'
]
\ No newline at end of file
REALTIMESERVER_IP
=
config
[
'NOTIFICATION'
][
'REALTIMESERVER_IP'
]
#ADMIN PROFILE
CATCH_EMAIL
=
config
[
'PRODUCTION'
][
'CATCH_EMAIL'
]
\ No newline at end of file
env.template.ini
View file @
bd25f7fb
...
...
@@ -9,6 +9,7 @@ SESSION_TIMEOUT =
FRONT_END_URL
=
AUTH_ACCESSS_TOKEN_TIMEOUT =
USER_DEFAULT_PASSWORD
=
CATCH_EMAIL = gladys@tirsolutions.com
[UAT]
DATABASE_ENGINE
=
django.db.backends.mysql
...
...
@@ -21,6 +22,7 @@ SESSION_TIMEOUT =
FRONT_END_URL
=
AUTH_ACCESSS_TOKEN_TIMEOUT =
USER_DEFAULT_PASSWORD
=
CATCH_EMAIL = gladys@tirsolutions.com
[DEV]
DATABASE_ENGINE
=
django.db.backends.mysql
...
...
@@ -33,6 +35,7 @@ SESSION_TIMEOUT =
FRONT_END_URL
=
AUTH_ACCESSS_TOKEN_TIMEOUT =
USER_DEFAULT_PASSWORD
=
CATCH_EMAIL = gladys@tirsolutions.com
[LOCAL]
DATABASE_ENGINE
=
django.db.backends.mysql
...
...
@@ -45,6 +48,7 @@ SESSION_TIMEOUT = 30
FRONT_END_URL
=
AUTH_ACCESSS_TOKEN_TIMEOUT = 3600
USER_DEFAULT_PASSWORD
=
password
CATCH_EMAIL
=
gladys@tirsolutions.com
[NOTIFICATION]
REALTIMESERVER_IP
=
127.0.0.1:8000
...
...
@@ -61,6 +65,3 @@ REQUESTOR_ACKNOWLEDGE_MESSAGE = has ACKNOWLEDGED the change request;RMS-CRACKNOW
REQUESTOR_COMPLETION_MESSAGE
=
has COMPLETED the change request;RMS-CRCOMPLETED
VENDOR_ACCEPTANCE_MESSAGE
=
has ACCEPTED the change request;RMS-CRACCEPTED
VENDOR_REJECT_MESSAGE
=
has REJECTED the change request;RMS-CRREJECTED-VENDOR
[ADMIN]
CATCH_EMAIL
=
red@tirsolutions.com
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment