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
edx
configuration
Commits
9c17b425
Commit
9c17b425
authored
Oct 22, 2013
by
e0d
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #352 from edx/e0d/fix-mongo-user
bug fixes.
parents
d7e8e982
eb3f4de6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
playbooks/roles/edxapp/defaults/main.yml
+1
-1
playbooks/roles/xqueue/defaults/main.yml
+5
-5
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
9c17b425
...
...
@@ -25,7 +25,7 @@ EDXAPP_XQUEUE_DJANGO_AUTH:
EDXAPP_MONGO_HOSTS
:
[
'
localhost'
]
EDXAPP_MONGO_PASSWORD
:
'
password'
EDXAPP_MONGO_PORT
:
27017
EDXAPP_MONGO_USER
:
'
mongo
'
EDXAPP_MONGO_USER
:
'
edxapp
'
EDXAPP_MONGO_DB_NAME
:
'
edxapp'
EDXAPP_MYSQL_DB_NAME
:
'
edxapp'
...
...
playbooks/roles/xqueue/defaults/main.yml
View file @
9c17b425
...
...
@@ -25,7 +25,7 @@ XQUEUE_QUEUES:
'
certificates'
:
!!null
'
open-ended'
:
!!null
XQUEUE_LOGGING_ENV
:
sandbox
XQUEUE_SYSLOG_SERVER
:
'
syslog.a.m.i4x.org
'
XQUEUE_SYSLOG_SERVER
:
'
localhost
'
XQUEUE_S3_BUCKET
:
'
sandbox-bucket'
XQUEUE_S3_PATH_PREFIX
:
'
sandbox-xqueue'
XQUEUE_LOCAL_LOGLEVEL
:
'
INFO'
...
...
@@ -47,11 +47,11 @@ XQUEUE_MYSQL_PORT: '3306'
xqueue_env_config
:
XQUEUES
:
$XQUEUE_QUEUES
XQUEUE_WORKERS_PER_QUEUE
:
12
LOGGING_ENV
:
$XQUEUE_LOGGING_ENV
LOGGING_ENV
:
$XQUEUE_LOGGING_ENV
SYSLOG_SERVER
:
$XQUEUE_SYSLOG_SERVER
LOG_DIR
:
"
{{
storage_base_dir
}}/logs/xqueue"
RABBIT_HOST
:
$XQUEUE_RABBITMQ_HOSTNAME
S3_BUCKET
:
$XQUEUE_S3_BUCKET
LOG_DIR
:
"
{{
storage_base_dir
}}/logs/xqueue"
RABBIT_HOST
:
$XQUEUE_RABBITMQ_HOSTNAME
S3_BUCKET
:
$XQUEUE_S3_BUCKET
S3_PATH_PREFIX
:
$XQUEUE_S3_PATH_PREFIX
LOCAL_LOGLEVEL
:
$XQUEUE_LOCAL_LOGLEVEL
...
...
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