Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
edx
configuration
Commits
ffdc0846
Commit
ffdc0846
authored
Dec 05, 2017
by
Cory Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OPS-2492 make it so you can just delete ECOMMERCE_BROKER_HOST without changing HOSTNAME
parent
38f8f0c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
playbooks/roles/ecommerce/defaults/main.yml
+2
-2
No files found.
playbooks/roles/ecommerce/defaults/main.yml
View file @
ffdc0846
...
...
@@ -145,10 +145,10 @@ ECOMMERCE_STATICFILES_STORAGE: 'ecommerce.theming.storage.ThemeStorage'
# Celery
ECOMMERCE_BROKER_USERNAME
:
'
celery'
ECOMMERCE_BROKER_PASSWORD
:
'
celery'
ECOMMERCE_BROKER_HOST
:
'
{{
ansible_default_ipv4.address
}}'
ECOMMERCE_BROKER_HOST
:
'
{{
ECOMMERCE_BROKER_HOSTNAME
}}'
ECOMMERCE_BROKER_PORT
:
5672
ECOMMERCE_BROKER_TRANSPORT
:
'
amqp'
ECOMMERCE_BROKER_HOSTNAME
:
'
{{
ECOMMERCE_BROKER_HOST
}}'
ECOMMERCE_BROKER_HOSTNAME
:
'
{{
ansible_default_ipv4.address
}}'
ECOMMERCE_BROKER_URL
:
'
{{
ECOMMERCE_BROKER_TRANSPORT
}}://{{
ECOMMERCE_BROKER_USERNAME
}}:{{
ECOMMERCE_BROKER_PASSWORD
}}@{{
ECOMMERCE_BROKER_HOSTNAME
}}:{{
ECOMMERCE_BROKER_PORT
}}'
ECOMMERCE_DISCOVERY_SERVICE_URL
:
'
http://localhost:8008'
...
...
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