Commit ae3043a6 by John Jarvis

defaults for static_url_base

parent 7363bb87
......@@ -28,8 +28,8 @@ else
source "$WORKSPACE/util/jenkins/ascii-convert.sh"
fi
if [[ -z $static_url ]]; then
static_url="/static/"
if [[ -z $static_url_base ]]; then
static_url_base="/static"
fi
if [[ -z $github_username ]]; then
......
......@@ -31,5 +31,5 @@ discern_version: $discern_version
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
COMMON_HOSTNAME: edx-server
EDXAPP_STATIC_URL: $static_url
EDXAPP_STATIC_URL_BASE: $static_url_base
EOF
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