Skip to content

Commit 7ab32f9

Browse files
fix: corrected notes-api path
1 parent a9056e0 commit 7ab32f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

py_configuration_files/edx_notes_api.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
LOG_SETTINGS_DEBUG = True
99
LOG_SETTINGS_DEV_ENV = True
1010

11-
# copied from common.py
12-
WSGI_APPLICATION = 'notesserver.wsgi.application'
13-
LOG_SETTINGS_LOG_DIR = '/var/tmp'
14-
LOG_SETTINGS_LOGGING_ENV = 'no_env'
15-
1611
ALLOWED_HOSTS = ['*']
1712

1813
# These values are derived from provision-ida-user.sh in the edx/devstack repo.

0 commit comments

Comments
 (0)