Updated README

This commit is contained in:
2026-07-05 15:43:53 +01:00
parent ba5c2c5821
commit c47e44a69d
2 changed files with 8 additions and 12 deletions
+2 -10
View File
@@ -21,17 +21,9 @@ This guide explains how to create and configure API keys for use with the Google
- API restrictions: select **Google Sheets API** only.
- Do not leave keys unrestricted in production.
## Example `config.json` snippet
## Configure the project
To configure one key:
```json
{
"apiKeys": [
"YOUR_API_KEY_1"
]
}
```
In `config.json`, add the keys under the `apiKeys` array. Here's an example using apiKeys:
To configure multiple keys with per-key rate limits: