mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
mailer new layout and link to web
This commit is contained in:
@@ -42,6 +42,7 @@ class Config:
|
||||
|
||||
API_HOST = os.environ.get("API_HOST", "0.0.0.0")
|
||||
API_PORT = int(os.environ.get("API_PORT", "8000"))
|
||||
WEB_URL = os.environ.get("WEB_URL", "")
|
||||
|
||||
@classmethod
|
||||
def validate_db(cls):
|
||||
|
||||
Reference in New Issue
Block a user