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
99aa625c
Commit
99aa625c
authored
May 11, 2017
by
Edward Zarecor
Committed by
GitHub
May 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3865 from edx/e0d/icp
Plumbing for ICP in the footer
parents
d03bdb9a
cdbfb852
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
playbooks/roles/edxapp/defaults/main.yml
+5
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
99aa625c
...
...
@@ -668,6 +668,9 @@ EDXAPP_ENTERPRISE_API_URL: "{{ EDXAPP_LMS_ROOT_URL }}/enterprise/api/v1"
EDXAPP_ENTERPRISE_SERVICE_WORKER_USERNAME
:
"
enterprise_worker"
# The assigned ICP license number for display in the platform footer
EDXAPP_ICP_LICENSE
:
!!null
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -1034,6 +1037,8 @@ generic_env_config: &edxapp_generic_env
PLATFORM_TWITTER_ACCOUNT
:
"
{{
EDXAPP_PLATFORM_TWITTER_ACCOUNT
}}"
PLATFORM_FACEBOOK_ACCOUNT
:
"
{{
EDXAPP_PLATFORM_FACEBOOK_ACCOUNT
}}"
HELP_TOKENS_BOOKS
:
"
{{
EDXAPP_HELP_TOKENS_BOOKS
}}"
# License for serving content in China
ICP_LICENSE
:
"
{{
EDXAPP_ICP_LICENSE
}}"
lms_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