add itpc links for podcast clients

This commit is contained in:
2021-04-05 20:49:54 -07:00
parent 620140336c
commit f53640ec4f
4 changed files with 33 additions and 2 deletions

View File

@@ -156,3 +156,5 @@ EMAIL_PORT = int(os.getenv('EMAIL_PORT'))
EMAIL_USE_TLS = os.getenv('EMAIL_USE_TLS') == "True"
EMAIL_HOST_USER = os.getenv('EMAIL_HOST_USER')
EMAIL_HOST_PASSWORD = os.getenv('EMAIL_HOST_PASSWORD')
DOMAIN_NAME = os.getenv('DOMAIN_NAME')