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
OpenEdx
configuration
Commits
5b776e36
Commit
5b776e36
authored
Sep 21, 2015
by
Renzo Lucioni
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2292 from edx/renzo/ecommerce-celery-config
Add BROKER_URL setting to ecommerce defaults
parents
456dbf56
3cfa53ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
playbooks/roles/ecommerce/defaults/main.yml
+9
-0
No files found.
playbooks/roles/ecommerce/defaults/main.yml
View file @
5b776e36
...
...
@@ -95,6 +95,13 @@ ECOMMERCE_ORDER_NUMBER_PREFIX: 'OSCR'
ECOMMERCE_PLATFORM_NAME
:
'
Your
Platform
Name
Here'
ECOMMERCE_THEME_SCSS
:
'
sass/themes/default.scss'
# Celery
ECOMMERCE_BROKER_USERNAME
:
'
celery'
ECOMMERCE_BROKER_PASSWORD
:
'
celery'
ECOMMERCE_BROKER_HOST
:
'
127.0.0.1'
ECOMMERCE_BROKER_PORT
:
5672
ECOMMERCE_BROKER_URL
:
'
amqp://{{
ECOMMERCE_BROKER_USERNAME
}}:{{
ECOMMERCE_BROKER_PASSWORD
}}@{{
ECOMMERCE_BROKER_HOST
}}:{{
ECOMMERCE_BROKER_PORT
}}'
ECOMMERCE_SERVICE_CONFIG
:
SECRET_KEY
:
'
{{
ECOMMERCE_SECRET_KEY
}}'
TIME_ZONE
:
'
{{
ECOMMERCE_TIME_ZONE
}}'
...
...
@@ -132,6 +139,8 @@ ECOMMERCE_SERVICE_CONFIG:
PLATFORM_NAME
:
'
{{
ECOMMERCE_PLATFORM_NAME
}}'
THEME_SCSS
:
'
{{
ECOMMERCE_THEME_SCSS
}}'
BROKER_URL
:
'
{{
ECOMMERCE_BROKER_URL
}}'
ECOMMERCE_REPOS
:
-
PROTOCOL
:
"
{{
COMMON_GIT_PROTOCOL
}}"
...
...
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