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
7c78c6d5
Commit
7c78c6d5
authored
Dec 02, 2013
by
Greg Price
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add notifier configuration options
This change corresponds to notifier commits 73c67a9 and 88aa593.
parent
6fe1b801
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
playbooks/roles/notifier/defaults/main.yml
+14
-2
No files found.
playbooks/roles/notifier/defaults/main.yml
View file @
7c78c6d5
...
@@ -14,6 +14,14 @@ NOTIFIER_LOG_LEVEL: "INFO"
...
@@ -14,6 +14,14 @@ NOTIFIER_LOG_LEVEL: "INFO"
NOTIFIER_RSYSLOG_ENABLED
:
"
yes"
NOTIFIER_RSYSLOG_ENABLED
:
"
yes"
NOTIFIER_DIGEST_TASK_INTERVAL
:
"
1440"
NOTIFIER_DIGEST_TASK_INTERVAL
:
"
1440"
NOTIFIER_DIGEST_EMAIL_SENDER
:
"
notifications@example.com"
NOTIFIER_DIGEST_EMAIL_SUBJECT
:
"
Daily
Discussion
Digest"
NOTIFIER_DIGEST_EMAIL_TITLE
:
"
Discussion
Digest"
NOTIFIER_DIGEST_EMAIL_DESCRIPTION
:
"
A
digest
of
unread
content
from
course
discussions
you
are
following."
NOTIFIER_EMAIL_SENDER_POSTAL_ADDRESS
:
"
"
NOTIFIER_LANGUAGE
:
"
"
NOTIFIER_ENV
:
"
Development"
NOTIFIER_ENV
:
"
Development"
NOTIFIER_EMAIL_BACKEND
:
"
console"
NOTIFIER_EMAIL_BACKEND
:
"
console"
...
@@ -23,7 +31,6 @@ NOTIFIER_EMAIL_USER: ""
...
@@ -23,7 +31,6 @@ NOTIFIER_EMAIL_USER: ""
NOTIFIER_EMAIL_PASS
:
"
"
NOTIFIER_EMAIL_PASS
:
"
"
NOTIFIER_EMAIL_USE_TLS
:
"
False"
NOTIFIER_EMAIL_USE_TLS
:
"
False"
NOTIFIER_EMAIL_DOMAIN
:
"
notifications.edx.org"
NOTIFIER_EMAIL_REWRITE_RECIPIENT
:
"
"
NOTIFIER_EMAIL_REWRITE_RECIPIENT
:
"
"
NOTIFIER_LMS_URL_BASE
:
"
http://localhost:8000"
NOTIFIER_LMS_URL_BASE
:
"
http://localhost:8000"
...
@@ -61,6 +68,12 @@ notifier_debian_pkgs:
...
@@ -61,6 +68,12 @@ notifier_debian_pkgs:
# the env variable for the supervisor job definition.
# the env variable for the supervisor job definition.
#
#
notifier_env_vars
:
notifier_env_vars
:
FORUM_DIGEST_EMAIL_SENDER
:
$NOTIFIER_DIGEST_EMAIL_SENDER
FORUM_DIGEST_EMAIL_SUBJECT
:
$NOTIFIER_DIGEST_EMAIL_SUBJECT
FORUM_DIGEST_EMAIL_TITLE
:
$NOTIFIER_DIGEST_EMAIL_TITLE
FORUM_DIGEST_EMAIL_DESCRIPTION
:
$NOTIFIER_DIGEST_EMAIL_DESCRIPTION
EMAIL_SENDER_POSTAL_ADDRESS
:
$NOTIFIER_EMAIL_SENDER_POSTAL_ADDRESS
NOTIFIER_LANGUAGE
:
$NOTIFIER_LANGUAGE
NOTIFIER_ENV
:
$NOTIFIER_ENV
NOTIFIER_ENV
:
$NOTIFIER_ENV
NOTIFIER_DB_DIR
:
$NOTIFIER_DB_DIR
NOTIFIER_DB_DIR
:
$NOTIFIER_DB_DIR
EMAIL_BACKEND
:
$NOTIFIER_EMAIL_BACKEND
EMAIL_BACKEND
:
$NOTIFIER_EMAIL_BACKEND
...
@@ -69,7 +82,6 @@ notifier_env_vars:
...
@@ -69,7 +82,6 @@ notifier_env_vars:
EMAIL_HOST_USER
:
$NOTIFIER_EMAIL_USER
EMAIL_HOST_USER
:
$NOTIFIER_EMAIL_USER
EMAIL_HOST_PASSWORD
:
$NOTIFIER_EMAIL_PASS
EMAIL_HOST_PASSWORD
:
$NOTIFIER_EMAIL_PASS
EMAIL_USE_TLS
:
$NOTIFIER_EMAIL_USE_TLS
EMAIL_USE_TLS
:
$NOTIFIER_EMAIL_USE_TLS
EMAIL_DOMAIN
:
$NOTIFIER_EMAIL_DOMAIN
EMAIL_REWRITE_RECIPIENT
:
$NOTIFIER_EMAIL_REWRITE_RECIPIENT
EMAIL_REWRITE_RECIPIENT
:
$NOTIFIER_EMAIL_REWRITE_RECIPIENT
LMS_URL_BASE
:
$NOTIFIER_LMS_URL_BASE
LMS_URL_BASE
:
$NOTIFIER_LMS_URL_BASE
SECRET_KEY
:
$NOTIFIER_LMS_SECRET_KEY
SECRET_KEY
:
$NOTIFIER_LMS_SECRET_KEY
...
...
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