Add APPLE_API_SECRET param

This commit is contained in:
Son NK 2020-04-18 20:47:11 +02:00
parent 88bf608cf4
commit 7b965e4121
2 changed files with 7 additions and 1 deletions

View File

@ -243,3 +243,6 @@ with open(get_abs_path(DISPOSABLE_FILE_PATH), "r") as f:
DISPOSABLE_EMAIL_DOMAINS = [
d for d in DISPOSABLE_EMAIL_DOMAINS if not d.startswith("#")
]
# Used when querying info on Apple API
APPLE_API_SECRET = os.environ.get("APPLE_API_SECRET")

View File

@ -122,4 +122,7 @@ FACEBOOK_CLIENT_SECRET=to_fill
# LOCAL_FILE_UPLOAD=true
# The landing page
# LANDING_PAGE_URL=https://simplelogin.io
# LANDING_PAGE_URL=https://simplelogin.io
# Used when querying info on Apple API
# APPLE_API_SECRET=secret