feat: add EMAIL_SENDER_ADDRESS to settings.py

pull/19/head
Aravinth Manivannan 2022-07-04 14:55:46 +05:30 committed by Gitea
parent 280807d96c
commit 4a1c0a5cdc
3 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ PAYMENT_VARIANTS = {
HOSTEA = {
"SOURCE_CODE": "https://gitea.hostea.org/Hostea/dashboard",
"INSTANCE_MAINTAINER_CONTACT": "contact@hostea.example.org",
"EMAIL_SENDER_ADDRESS": "no-reply@hostea.org",
"ACCOUNTS": {
"MAX_VERIFICATION_TOLERANCE_PERIOD": 60 * 60 * 24, # in seconds
"SUDO_TTL": 60 * 5,

View File

@ -55,6 +55,7 @@ PAYMENT_VARIANTS = {
HOSTEA = {
"SOURCE_CODE": "https://gitea.hostea.org/Hostea/dashboard",
"INSTANCE_MAINTAINER_CONTACT": "contact@hostea.example.org",
"EMAIL_SENDER_ADDRESS": "no-reply@hostea.org",
"ACCOUNTS": {
"MAX_VERIFICATION_TOLERANCE_PERIOD": 60 * 60 * 24, # in seconds
"SUDO_TTL": 60 * 5,

View File

@ -170,6 +170,7 @@ PAYMENT_VARIANTS = {
HOSTEA = {
"SOURCE_CODE": "https://gitea.hostea.org/Hostea/dashboard",
"RESTRICT_NEW_INTEGRATION_INSTALLATION": True,
"EMAIL_SENDER_ADDRESS": "no-reply@hostea.org",
"INSTANCE_MAINTAINER_CONTACT": "contact@hostea.example.org",
"ACCOUNTS": {
"MAX_VERIFICATION_TOLERANCE_PERIOD": 60 * 60 * 24, # in seconds