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
3232c00f
Commit
3232c00f
authored
May 18, 2017
by
Michael Roytman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor notes ES URL to allow for secure configuration override to point to AWS ES cluster
parent
3cc474d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
playbooks/roles/edx_notes_api/defaults/main.yml
+4
-1
No files found.
playbooks/roles/edx_notes_api/defaults/main.yml
View file @
3232c00f
...
...
@@ -23,7 +23,10 @@ EDX_NOTES_API_MYSQL_HOST: localhost
EDX_NOTES_API_MYSQL_PORT
:
"
3306"
EDX_NOTES_API_MYSQL_OPTIONS
:
connect_timeout
:
10
EDX_NOTES_API_ELASTICSEARCH_URL
:
http://127.0.0.1:9200
EDX_NOTES_API_ELASTICSEARCH_HOST
:
"
localhost"
EDX_NOTES_API_ELASTICSEARCH_PORT
:
"
9200"
EDX_NOTES_API_ELASTICSEARCH_PROTOCOL
:
"
http"
EDX_NOTES_API_ELASTICSEARCH_URL
:
"
{{
EDX_NOTES_API_ELASTICSEARCH_PROTOCOL
}}://{{
EDX_NOTES_API_ELASTICSEARCH_HOST
}}:{{
EDX_NOTES_API_ELASTICSEARCH_PORT
}}"
EDX_NOTES_API_NEWRELIC_APPNAME
:
"
{{
COMMON_ENVIRONMENT
}}-{{
COMMON_DEPLOYMENT
}}-notes"
# Change these values!!
EDX_NOTES_API_SECRET_KEY
:
"
CHANGEME"
...
...
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