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
70bb2776
Commit
70bb2776
authored
Nov 04, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add default emails that can be overridden.
parent
c7da3abd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
playbooks/roles/edxapp/defaults/main.yml
+17
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
70bb2776
...
...
@@ -103,6 +103,15 @@ EDXAPP_AUTH_EXTRA: {}
EDXAPP_MKTG_URL_LINK_MAP
:
{}
DEFAULT_FROM_EMAIL
:
'
default@example.com'
DEFAULT_FEEDBACK_EMAIL
:
'
default@example.com'
SERVER_EMAIL
:
'
default@example.com'
TECH_SUPPORT_EMAIL
:
'
default@example.com'
CONTACT_EMAIL
:
'
default@example.com'
BUGS_EMAIL
:
'
default@example.com'
BULK_EMAIL_DEFAULT_FROM_EMAIL
:
'
default@example.com'
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -307,6 +316,14 @@ generic_env_config: &edxapp_generic_env
limits
:
VMEM
:
0
REALTIME
:
3
DEFAULT_FROM_EMAIL
:
$DEFAULT_FROM_EMAIL
DEFAULT_FEEDBACK_EMAIL
:
$DEFAULT_FEEDBACK_EMAIL
SERVER_EMAIL
:
$DEFAULT_SERVER_EMAIL
TECH_SUPPORT_EMAIL
:
$TECH_SUPPORT_EMAIL
CONTACT_EMAIL
:
$CONTACT_EMAIL
BUGS_EMAIL
:
$BUGS_EMAIL
BULK_EMAIL_DEFAULT_FROM_EMAIL
:
$BULK_EMAIL_DEFAULT_FROM_EMAIL
lms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
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