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
ed6612da
Commit
ed6612da
authored
Jan 20, 2020
by
Gladys Forte
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #686 in RMS/api-main-service from gladys-dev2 to product-dev
* commit '
7531bbca
': update hosts redis
parents
43f4de1b
7531bbca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
app/applicationlayer/cms/form/onbehalf/views.py
app/applicationlayer/cms/form/onbehalf/views.py
+1
-1
config/settings/dev.py
config/settings/dev.py
+5
-2
No files found.
app/applicationlayer/cms/form/onbehalf/views.py
View file @
ed6612da
config/settings/dev.py
View file @
ed6612da
...
@@ -14,8 +14,11 @@ CHANNEL_LAYERS = {
...
@@ -14,8 +14,11 @@ CHANNEL_LAYERS = {
'default'
:
{
'default'
:
{
'BACKEND'
:
'channels_redis.core.RedisChannelLayer'
,
'BACKEND'
:
'channels_redis.core.RedisChannelLayer'
,
'CONFIG'
:
{
'CONFIG'
:
{
# "hosts": [('172.17.0.1', 6379)],
"hosts"
:
[(
'172.17.0.1'
,
6379
)],
"hosts"
:
[(
'127.0.0.1'
,
6379
)],
# "hosts": [('127.0.0.1', 6379)],
# "hosts": [('13.251.192.208', 6379)]
# http://13.251.192.208:7020/
},
},
},
},
}
}
...
...
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