mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Add MACAPP_APPLE_API_SECRET param
This commit is contained in:
parent
b750c6e011
commit
9c60cd3d88
2 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue