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
46e4e00e
Commit
46e4e00e
authored
Feb 18, 2020
by
Gladys Forte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
{dev bugfix} added debug to config
parent
c4775ca3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
config/settings/base.py
config/settings/base.py
+4
-1
env.new_template.ini
env.new_template.ini
+1
-0
No files found.
config/settings/base.py
View file @
46e4e00e
...
@@ -26,7 +26,7 @@ BASE_DIR = os.path.dirname(
...
@@ -26,7 +26,7 @@ BASE_DIR = os.path.dirname(
SECRET_KEY
=
'w!dkk7gc*dk#4!6ow3s1wc32
%
_yp$=osgybm=n0vw6k1j^sqo&'
SECRET_KEY
=
'w!dkk7gc*dk#4!6ow3s1wc32
%
_yp$=osgybm=n0vw6k1j^sqo&'
# SECURITY WARNING: don't run with debug turned on in production!
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
False
ALLOWED_HOSTS
=
[
'*'
]
ALLOWED_HOSTS
=
[
'*'
]
CORS_ORIGIN_ALLOW_ALL
=
True
CORS_ORIGIN_ALLOW_ALL
=
True
...
@@ -201,9 +201,12 @@ DATABASES = {
...
@@ -201,9 +201,12 @@ DATABASES = {
}
}
}
}
# ****************
# ****************
# PROGRAM SETTINGS
# PROGRAM SETTINGS
# ****************
# ****************
DEBUG
=
config
[
'SETTINGS'
][
'DEBUG'
]
SESSION_TIMEOUT
=
config
[
'SETTINGS'
][
'SESSION_TIMEOUT'
]
SESSION_TIMEOUT
=
config
[
'SETTINGS'
][
'SESSION_TIMEOUT'
]
FRONT_END_URL
=
config
[
'SETTINGS'
][
'FRONT_END_URL'
]
FRONT_END_URL
=
config
[
'SETTINGS'
][
'FRONT_END_URL'
]
AUTH_ACCESSS_TOKEN_TIMEOUT
=
config
[
'SETTINGS'
][
'AUTH_ACCESSS_TOKEN_TIMEOUT'
]
AUTH_ACCESSS_TOKEN_TIMEOUT
=
config
[
'SETTINGS'
][
'AUTH_ACCESSS_TOKEN_TIMEOUT'
]
...
...
env.new_template.ini
View file @
46e4e00e
...
@@ -14,6 +14,7 @@ USER_DEFAULT_PASSWORD = password
...
@@ -14,6 +14,7 @@ USER_DEFAULT_PASSWORD = password
CATCH_EMAIL
=
gladys@tirsolutions.com
CATCH_EMAIL
=
gladys@tirsolutions.com
CR_LINK
=
http://localhost:8000/cms/change-request/form/view
CR_LINK
=
http://localhost:8000/cms/change-request/form/view
REALTIMESERVER_IP
=
127.0.0.1:8000
REALTIMESERVER_IP
=
127.0.0.1:8000
DEBUG
=
True
[NOTIFICATION_EMAIL]
[NOTIFICATION_EMAIL]
...
...
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