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
27b76484
Commit
27b76484
authored
May 10, 2016
by
sanfordstudent
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3031 from edx/sstudent/TNL-4493
Add env variable for dead man's snitch url
parents
f8ae68f8
62a7008e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
playbooks/roles/notifier/defaults/main.yml
+2
-0
No files found.
playbooks/roles/notifier/defaults/main.yml
View file @
27b76484
...
...
@@ -58,6 +58,7 @@ NOTIFER_REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
NOTIFIER_DD_API_KEY
:
"
NOT_USED"
# data dog
NOTIFIER_DEAD_MANS_SNITCH_URL
:
"
PUT_DEAD_MANS_SNITCH_URL_HERE"
# optional; for monitoring use with https://deadmanssnitch.com/
notifier_app_dir
:
"
{{
COMMON_APP_DIR
}}/notifier"
notifier_user
:
"
notifier"
...
...
@@ -111,3 +112,4 @@ notifier_env_vars:
LOGO_IMAGE_URL
:
"
{{
NOTIFIER_LOGO_IMAGE_URL
}}"
FORUM_DIGEST_TASK_BATCH_SIZE
:
"
{{
NOTIFIER_FORUM_DIGEST_TASK_BATCH_SIZE
}}"
FORUM_DIGEST_TASK_RATE_LIMIT
:
"
{{
NOTIFIER_FORUM_DIGEST_TASK_RATE_LIMIT
}}"
DEAD_MANS_SNITCH_URL
:
"
{{
NOTIFIER_DEAD_MANS_SNITCH_URL
}}"
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