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: CONTRIBUTING.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@ sdk.dir=/path/to/Android/sdk
14
14
5. If you want to run the sample app against the live backend, add your API key to `local.properties`:
15
15
16
16
```properties
17
-
resolvekit.apiKey=iaa_your_key_here
17
+
resolvekit.apiKey=rk_your_key_here
18
+
resolvekit.baseUrl=https://agent.example.com
18
19
```
19
20
20
-
You can also export `RESOLVEKIT_API_KEY` instead of writing it to `local.properties`.
21
+
You can also export `RESOLVEKIT_API_KEY`and `RESOLVEKIT_BASE_URL`instead of writing them to `local.properties`.
21
22
22
23
For local publishing credentials, copy [.env.example](.env.example) to `.env` and fill in the values you need. Use a base64-encoded private key in `SIGNING_KEY_BASE64`. Keep `.env` local only.
0 commit comments