-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup smtp mail and add logging config (#179)
* Ui fixes * add payment url * setup smtp email * add logging config * update .env.template * configure request logging * fix log path --------- Co-authored-by: tushit03 <[email protected]>
- Loading branch information
1 parent
fd293c8
commit b6c6cc3
Showing
4 changed files
with
88 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
DJANGO_SECRET= | ||
DATABASE_URL= | ||
UPIServer= | ||
UPI_API_KEY= | ||
EMAIL_HOST= | ||
EMAIL_HOST_USER= | ||
EMAIL_HOST_PASSWORD= | ||
DJANGO_ADMINS= |
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
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