Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
5501990c
Commit
5501990c
authored
Dec 02, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the default localhost.
Override for docker in the docker overrides.
parent
29431fb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
docker/build/course_discovery/ansible_overrides.yml
+2
-2
playbooks/roles/course_discovery/defaults/main.yml
+1
-1
util/jenkins/ansible-provision.sh
+0
-1
No files found.
docker/build/course_discovery/ansible_overrides.yml
View file @
5501990c
---
course_discovery_gunicorn_host
:
0.0.0.0
\ No newline at end of file
course_discovery_gunicorn_host
:
0.0.0.0
COURSE_DISCOVERY_MYSQL
:
'
localhost'
playbooks/roles/course_discovery/defaults/main.yml
View file @
5501990c
...
...
@@ -20,7 +20,7 @@ COURSE_DISCOVERY_NGINX_PORT: 18381
COURSE_DISCOVERY_SSL_NGINX_PORT
:
48381
COURSE_DISCOVERY_DEFAULT_DB_NAME
:
'
course_discovery'
COURSE_DISCOVERY_MYSQL
:
'
db
'
COURSE_DISCOVERY_MYSQL
:
'
localhost
'
# MySQL usernames are limited to 16 characters
COURSE_DISCOVERY_MYSQL_USER
:
'
course_discov001'
COURSE_DISCOVERY_MYSQL_PASSWORD
:
'
password'
...
...
util/jenkins/ansible-provision.sh
View file @
5501990c
...
...
@@ -172,7 +172,6 @@ PROGRAMS_VERSION: $programs_version
COURSE_DISCOVERY_NGINX_PORT: 80
COURSE_DISCOVERY_SSL_NGINX_PORT: 443
COURSE_DISCOVERY_VERSION:
$course_discovery_version
COURSE_DISCOVERY_MYSQL: 'localhost'
NGINX_SET_X_FORWARDED_HEADERS: True
EDX_ANSIBLE_DUMP_VARS: true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment