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
35545538
Commit
35545538
authored
May 26, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notes fixes
parent
28508c20
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
playbooks/roles/edx_notes_api/defaults/main.yml
+1
-4
No files found.
playbooks/roles/edx_notes_api/defaults/main.yml
View file @
35545538
...
...
@@ -38,8 +38,6 @@ EDX_NOTES_API_DATABASES:
PASSWORD
:
"
{{
EDX_NOTES_API_MYSQL_DB_PASS
}}"
HOST
:
"
{{
EDX_NOTES_API_MYSQL_HOST
}}"
PORT
:
3306
EDX_NOTES_API_ALLOWED_HOSTS
:
-
localhost
EDX_NOTES_API_REPOS
:
-
PROTOCOL
:
"
{{
COMMON_GIT_PROTOCOL
}}"
...
...
@@ -55,7 +53,6 @@ EDX_NOTES_API_REPOS:
# in /edx/etc
#
edx_notes_api_service_config
:
ALLOWED_HOSTS
:
"
{{
EDX_NOTES_API_ALLOWED_HOSTS
}}"
# replace with your secret key
SECRET_KEY
:
'
{{
EDX_NOTES_API_SECRET_KEY
}}'
# replace with your oauth id and secret
...
...
@@ -87,7 +84,7 @@ edx_notes_api_code_dir: "{{ edx_notes_api_home }}/{{ edx_notes_api_service_name
edx_notes_api_conf_dir
:
"
{{
edx_notes_api_home
}}"
edx_notes_api_gunicorn_host
:
"
127.0.0.1"
edx_notes_api_gunicorn_port
:
1
8120
edx_notes_api_gunicorn_port
:
8120
edx_notes_api_gunicorn_timeout
:
300
edx_notes_api_wsgi
:
notesserver.wsgi:application
edx_notes_api_nginx_port
:
18120
...
...
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