You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/ENVIRONMENT.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ To emulate Azure Blob Storage locally. Azurite needs to be installed and running
39
39
### Debugging
40
40
41
41
-`LOGGING`: Turn on CodePush-specific logging of API and Storage requests. If this is insufficient, Azure Storage and Express also have their own configurable logging features.
42
-
-`DEBUG_DISABLE_AUTH`: Disable the OAuth autentication route, allowing you to make requests as anybody without authorizing. Do not set this without going through the proper channels (see section Disabling Auth)
43
-
-`DEBUG_USER_ID`: Backend id of user to behave as during the debugging session
42
+
-`DEBUG_DISABLE_AUTH`: Set to 'true' to skip authentication and impersonate existing user. When set, server uses `DEBUG_USER_ID` as logged in user for all requests requiring authentication.
43
+
-`DEBUG_USER_ID`: Backend id of existing user to impersonate when `DEBUG_DISABLE_AUTH` is set to 'true'. Default value: 'default'.
0 commit comments