diff --git a/app/config.py b/app/config.py index 158c1331..86c65a42 100644 --- a/app/config.py +++ b/app/config.py @@ -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") diff --git a/example.env b/example.env index f4265bdb..24e4147d 100644 --- a/example.env +++ b/example.env @@ -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 \ No newline at end of file +# APPLE_API_SECRET=secret +# MACAPP_APPLE_API_SECRET=secret \ No newline at end of file