Commit 2449a29b by Adam Committed by GitHub

Merge pull request #3392 from edx/revert-3359-adam/neo4j-config

Revert "add default configuration for neo4j"
parents 08486dd2 3e85d7ea
......@@ -187,16 +187,6 @@ EDXAPP_ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES: True
EDXAPP_GIT_REPO_DIR: '/edx/var/edxapp/course_repos'
EDXAPP_GIT_REPO_EXPORT_DIR: '/edx/var/edxapp/export_course_repos'
EDXAPP_NEO4J_CONFIG: !!null
# Setting this to null as a default. Here's what an example configuration
# would look like:
# bolt: True
# password: 'password'
# user: 'neo4j'
# https_port: 7473
# host: 'localhost'
# secure: True
EDXAPP_ONLOAD_BEACON_SAMPLE_RATE: 0.0
EDXAPP_FINANCIAL_REPORTS:
......@@ -986,7 +976,6 @@ lms_auth_config:
render_template: 'edxmako.shortcuts.render_to_string'
PROCTORING_BACKEND_PROVIDER: "{{ EDXAPP_PROCTORING_BACKEND_PROVIDER }}"
SOCIAL_AUTH_OAUTH_SECRETS: "{{ EDXAPP_SOCIAL_AUTH_OAUTH_SECRETS }}"
NEO4J_CONFIG: "{{ EDXAPP_NEO4J_CONFIG }}"
lms_env_config:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment