Commit 191900e1 by John Jarvis

data_dir -> COMMON_DATA_DIR

parent 745e9dae
......@@ -4,7 +4,7 @@
# where edX is installed
COMMON_DATA_DIR: /edx/var
COMMON_APP_DIR: /edx/app
COMMON_LOG_DIR: "{{ data_dir }}/log"
COMMON_LOG_DIR: "{{ COMMON_DATA_DIR }}/log"
# these directories contain
# symlinks for convenience
......
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