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
6cef6128
Commit
6cef6128
authored
Oct 02, 2019
by
John Red Medrano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing
parent
de46433b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
config/settings/staging.py
config/settings/staging.py
+13
-13
No files found.
config/settings/staging.py
View file @
6cef6128
...
@@ -20,23 +20,23 @@ CHANNEL_LAYERS = {
...
@@ -20,23 +20,23 @@ CHANNEL_LAYERS = {
DATABASES
=
{
DATABASES
=
{
'default'
:
{
'default'
:
{
'ENGINE'
:
config
[
'
staging
'
][
'DATABASE_ENGINE'
],
'ENGINE'
:
config
[
'
STAGING
'
][
'DATABASE_ENGINE'
],
'NAME'
:
config
[
'
staging
'
][
'DATABASE_NAME'
],
'NAME'
:
config
[
'
STAGING
'
][
'DATABASE_NAME'
],
'USER'
:
config
[
'
staging
'
][
'DATABASE_USER'
],
'USER'
:
config
[
'
STAGING
'
][
'DATABASE_USER'
],
'PASSWORD'
:
config
[
'
staging
'
][
'DATABASE_PASSWORD'
],
'PASSWORD'
:
config
[
'
STAGING
'
][
'DATABASE_PASSWORD'
],
'HOST'
:
config
[
'
staging
'
][
'DATABASE_HOST'
],
'HOST'
:
config
[
'
STAGING
'
][
'DATABASE_HOST'
],
'PORT'
:
config
[
'
staging
'
][
'DATABASE_PORT'
],
'PORT'
:
config
[
'
STAGING
'
][
'DATABASE_PORT'
],
}
}
}
}
# ****************
# ****************
# PROGRAM SETTINGS
# PROGRAM SETTINGS
# ****************
# ****************
SESSION_TIMEOUT
=
config
[
'
staging
'
][
'SESSION_TIMEOUT'
]
SESSION_TIMEOUT
=
config
[
'
STAGING
'
][
'SESSION_TIMEOUT'
]
FRONT_END_URL
=
config
[
'
staging
'
][
'FRONT_END_URL'
]
FRONT_END_URL
=
config
[
'
STAGING
'
][
'FRONT_END_URL'
]
AUTH_ACCESSS_TOKEN_TIMEOUT
=
config
[
'
staging
'
][
'AUTH_ACCESSS_TOKEN_TIMEOUT'
]
AUTH_ACCESSS_TOKEN_TIMEOUT
=
config
[
'
STAGING
'
][
'AUTH_ACCESSS_TOKEN_TIMEOUT'
]
USER_DEFAULT_PASSWORD
=
config
[
'
staging
'
][
'USER_DEFAULT_PASSWORD'
]
USER_DEFAULT_PASSWORD
=
config
[
'
STAGING
'
][
'USER_DEFAULT_PASSWORD'
]
REALTIMESERVER_IP
=
config
[
'
staging
'
][
'REALTIMESERVER_IP'
]
REALTIMESERVER_IP
=
config
[
'
STAGING
'
][
'REALTIMESERVER_IP'
]
# Notification Messages
# Notification Messages
APPROVER_MESSAGE
=
config
[
'NOTIFICATION_EMAIL'
][
'APPROVER_MESSAGE'
]
APPROVER_MESSAGE
=
config
[
'NOTIFICATION_EMAIL'
][
'APPROVER_MESSAGE'
]
...
@@ -49,6 +49,6 @@ VENDOR_ACCEPTANCE_MESSAGE = config['NOTIFICATION_EMAIL']['VENDOR_ACCEPTANCE_MESS
...
@@ -49,6 +49,6 @@ VENDOR_ACCEPTANCE_MESSAGE = config['NOTIFICATION_EMAIL']['VENDOR_ACCEPTANCE_MESS
VENDOR_REJECT_MESSAGE
=
config
[
'NOTIFICATION_EMAIL'
][
'VENDOR_REJECT_MESSAGE'
]
VENDOR_REJECT_MESSAGE
=
config
[
'NOTIFICATION_EMAIL'
][
'VENDOR_REJECT_MESSAGE'
]
#ADMIN PROFILE
#ADMIN PROFILE
CATCH_EMAIL
=
config
[
'
staging
'
][
'CATCH_EMAIL'
]
CATCH_EMAIL
=
config
[
'
STAGING
'
][
'CATCH_EMAIL'
]
CR_FRONT_LINK
=
config
[
'
staging
'
][
'CR_LINK'
]
CR_FRONT_LINK
=
config
[
'
STAGING
'
][
'CR_LINK'
]
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