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
2ef0aa42
Commit
2ef0aa42
authored
Feb 02, 2017
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding secret keys
parent
8cad356a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
playbooks/sample_vars/password.yml
+12
-0
No files found.
playbooks/sample_vars/password.yml
View file @
2ef0aa42
...
@@ -63,6 +63,18 @@ EDXAPP_MONGO_USER: 'edxapp'
...
@@ -63,6 +63,18 @@ EDXAPP_MONGO_USER: 'edxapp'
FORUM_MONGO_USER
:
"
cs_comments_service"
FORUM_MONGO_USER
:
"
cs_comments_service"
FORUM_MONGO_PASSWORD
:
!!null
FORUM_MONGO_PASSWORD
:
!!null
# Secret keys for Django Applicatons
ANALYTICS_API_SECRET_KEY
:
!!null
#SECRET_KEY
CREDENTIALS_SECRET_KEY
:
!!null
#SECRET_KEY
DISCOVERY_SECRET_KEY
:
!!null
#SECRET_KEY
ECOMMERCE_SECRET_KEY
:
!!null
#SECRET_KEY
EDX_NOTES_API_SECRET_KEY
:
!!null
#SECRET_KEY
EDXAPP_EDXAPP_SECRET_KEY
:
!!null
#SECRET_KEY
EDXAPP_PROFILE_IMAGE_SECRET_KEY
:
!!null
#SECRET_KEY
INSIGHTS_SECRET_KEY
:
!!null
#SECRET_KEY
NOTIFIER_LMS_SECRET_KEY
:
!!null
#SECRET_KEY
PROGRAMS_SECRET_KEY
:
!!null
#SECRET_KEY
MONGO_USERS
:
MONGO_USERS
:
-
user
:
"
{{
FORUM_MONGO_USER
}}"
-
user
:
"
{{
FORUM_MONGO_USER
}}"
password
:
"
{{
FORUM_MONGO_PASSWORD
}}"
password
:
"
{{
FORUM_MONGO_PASSWORD
}}"
...
...
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