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
@@ -192,7 +192,7 @@ public IEnumerator ExampleAutoService()
192
192
193
193
And that's it!
194
194
195
-
If you're using more than one service at a time in your code and get two different `ibm-authenticator.env` files, just put the contents together in one `ibm-authenticator.env` file and the SDK will handle assigning authenticator to their appropriate services.
195
+
If you're using more than one service at a time in your code and get two different `ibm-credentials.env` files, just put the contents together in one `ibm-credentials.env` file and the SDK will handle assigning authenticator to their appropriate services.
196
196
197
197
If you would like to configure the location/name of your credential file, you can set an environment variable called `IBM_CREDENTIALS_FILE`. **This will take precedence over the locations specified above.** Here's how you can do that:
0 commit comments