Skip to content

Commit

Permalink
Update node version in GCP readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrion70 authored and justinkaseman committed Mar 3, 2021
1 parent b8f88da commit 8eff899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $input.json('$')
### Install to GCP

- In Functions, create a new function, choose to ZIP upload
- Select Node.js 10 for the Runtime
- Select Node.js 12 for the Runtime
- Click Browse and select the `$adapter-adapter.zip` file
- Select a Storage Bucket to keep the zip in
- Function to execute: gcpHandler
Expand All @@ -170,4 +170,4 @@ In order to use multiple API keys for an adapter, simply comma delimit the keys
```
API_KEY=myapikey1,myapikey2,myapikey3
```
The external adapter will then randomly rotate the keys. Over time this should balance out the number of requests between each of the API keys.
The external adapter will then randomly rotate the keys. Over time this should balance out the number of requests between each of the API keys.

0 comments on commit 8eff899

Please sign in to comment.