mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +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
|
# Used when querying info on Apple API
|
||||||
|
# for iOS App
|
||||||
APPLE_API_SECRET = os.environ.get("APPLE_API_SECRET")
|
APPLE_API_SECRET = os.environ.get("APPLE_API_SECRET")
|
||||||
|
# for Mac App
|
||||||
|
MACAPP_APPLE_API_SECRET = os.environ.get("MACAPP_APPLE_API_SECRET")
|
||||||
|
|
|
@ -126,3 +126,4 @@ FACEBOOK_CLIENT_SECRET=to_fill
|
||||||
|
|
||||||
# Used when querying info on Apple API
|
# 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