Commit 29431fb3 by Feanil Patel

Course Discovery default database is for docker.

Sandboxes don't have a 'db' host like docker will.  They need to use 'localhost' for mysql.
parent 6e14636d
...@@ -172,6 +172,7 @@ PROGRAMS_VERSION: $programs_version ...@@ -172,6 +172,7 @@ PROGRAMS_VERSION: $programs_version
COURSE_DISCOVERY_NGINX_PORT: 80 COURSE_DISCOVERY_NGINX_PORT: 80
COURSE_DISCOVERY_SSL_NGINX_PORT: 443 COURSE_DISCOVERY_SSL_NGINX_PORT: 443
COURSE_DISCOVERY_VERSION: $course_discovery_version COURSE_DISCOVERY_VERSION: $course_discovery_version
COURSE_DISCOVERY_MYSQL: 'localhost'
NGINX_SET_X_FORWARDED_HEADERS: True NGINX_SET_X_FORWARDED_HEADERS: True
EDX_ANSIBLE_DUMP_VARS: true EDX_ANSIBLE_DUMP_VARS: true
......
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