Add MACAPP_APPLE_API_SECRET param

This commit is contained in:
Son NK 2020-04-29 15:47:03 +02:00
parent b750c6e011
commit 9c60cd3d88
2 changed files with 5 additions and 1 deletions

View File

@ -243,4 +243,7 @@ with open(get_abs_path(DISPOSABLE_FILE_PATH), "r") as f:
]
# Used when querying info on Apple API
# for iOS App
APPLE_API_SECRET = os.environ.get("APPLE_API_SECRET")
# for Mac App
MACAPP_APPLE_API_SECRET = os.environ.get("MACAPP_APPLE_API_SECRET")

View File

@ -125,4 +125,5 @@ FACEBOOK_CLIENT_SECRET=to_fill
# LANDING_PAGE_URL=https://simplelogin.io
# Used when querying info on Apple API
# APPLE_API_SECRET=secret
# APPLE_API_SECRET=secret
# MACAPP_APPLE_API_SECRET=secret