-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from adhintz/master
server fixes
- Loading branch information
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ | |
# App Engine app's web interface, then please configure this section. | ||
|
||
# Where to send alert emails, such as [email protected] | ||
# This recipient needs to be an admin of the App Engine application. | ||
ALERTS_EMAIL = '' | ||
|
||
# The email that sends alerts to admins and users. | ||
|
@@ -115,3 +114,5 @@ | |
OAUTH_CLIENT_ID = '' | ||
OAUTH_CLIENT_SECRET = '' | ||
OAUTH_REDIRECT_URI = '' | ||
|
||
CORP_EMAIL_DOMAIN = DOMAIN # For working around Chrome vs server setting names. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters