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
4489d07f
Commit
4489d07f
authored
Jun 04, 2015
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2078 from edx/jibsheet/edxnotes-new-uris
Provide separate internal/public API endpoints.
parents
c9d3f70b
55f761cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
playbooks/roles/edxapp/defaults/main.yml
+7
-3
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
4489d07f
...
...
@@ -485,8 +485,11 @@ EDXAPP_PROFILE_IMAGE_MIN_BYTES: 100
EDXAPP_PARSE_KEYS
:
{}
EDXAPP_EDXNOTES_INTERFACE
:
url
:
http://localhost:18120/api/v1
# In a production environment when using separate clusters, you'll
# want to route requests differently from the LMS (internal api) and
# from JS (public API)
EDXAPP_EDXNOTES_PUBLIC_API
:
http://localhost:18120/api/v1
EDXAPP_EDXNOTES_INTERNAL_API
:
http://localhost:18120/api/v1
#-------- Everything below this line is internal to the role ------------
...
...
@@ -829,7 +832,8 @@ lms_env_config:
PROFILE_IMAGE_BACKEND
:
"
{{
EDXAPP_PROFILE_IMAGE_BACKEND
}}"
PROFILE_IMAGE_MIN_BYTES
:
"
{{
EDXAPP_PROFILE_IMAGE_MIN_BYTES
}}"
PROFILE_IMAGE_MAX_BYTES
:
"
{{
EDXAPP_PROFILE_IMAGE_MAX_BYTES
}}"
EDXNOTES_INTERFACE
:
"
{{
EDXAPP_EDXNOTES_INTERFACE
}}"
EDXNOTES_PUBLIC_API
:
"
{{
EDXAPP_EDXNOTES_PUBLIC_API
}}"
EDXNOTES_INTERNAL_API
:
"
{{
EDXAPP_EDXNOTES_INTERNAL_API
}}"
cms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
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