Commit 0460e790 by ShangCheng

change edx-platform git repo

parent 0c9bf4e4
...@@ -1346,7 +1346,8 @@ edxapp_theme_source_repo: 'https://{{ COMMON_GIT_MIRROR }}/Stanford-Online/edx-t ...@@ -1346,7 +1346,8 @@ edxapp_theme_source_repo: 'https://{{ COMMON_GIT_MIRROR }}/Stanford-Online/edx-t
edxapp_theme_version: 'master' edxapp_theme_version: 'master'
# make this the public URL instead of writable # make this the public URL instead of writable
edx_platform_repo: "https://{{ COMMON_GIT_MIRROR }}/edx/edx-platform.git" # edx_platform_repo: "https://{{ COMMON_GIT_MIRROR }}/edx/edx-platform.git"
edx_platform_repo: "https://git.orhontech.com/edx/edx-platform.git"
# `edx_platform_version` can be anything that git recognizes as a commit # `edx_platform_version` can be anything that git recognizes as a commit
# reference, including a tag, a branch name, or a commit hash # reference, including a tag, a branch name, or a commit hash
edx_platform_version: 'release' edx_platform_version: 'release'
......
...@@ -111,6 +111,8 @@ NGINX_EDXAPP_ERROR_PAGES: ...@@ -111,6 +111,8 @@ NGINX_EDXAPP_ERROR_PAGES:
"504": "{{ nginx_default_error_page }}" "504": "{{ nginx_default_error_page }}"
CMS_HOSTNAME: '~^((stage|prod)-)?studio.*' CMS_HOSTNAME: '~^((stage|prod)-)?studio.*'
ECOMMERCE_HOSTNAME: '~^((stage|prod)-)?ecommerce.*'
CREDENTIALS_HOSTNAME: '~^((stage|prod)-)?credentials.*'
nginx_template_dir: "edx/app/nginx/sites-available" nginx_template_dir: "edx/app/nginx/sites-available"
......
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