Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated README
ij committed Oct 24, 2022
1 parent 45766e9 commit b18d6fd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
@@ -28,7 +28,17 @@ In the hosting application, a configuration file, for example
security_token: xxxxxxxxxxxxx
client_id: xxxxxxxxxxxxxxxxxxxx
client_secret: xxxxxxxxxxxxxx
api_version: '24.0'
api_version: '41.0'
```
Or
```
host: <%= ENV["SF_HOST"] %>
username: <%= ENV["SF_USERNAME"] %>
password: <%= ENV["SF_PASSWORD"] %>
security_token: <%= ENV["SF_SECURITY_TOKEN"] %>
client_id: <%= ENV["SF_CLIENT_ID"] %>
client_secret: <%= ENV["SF_CLIENT_SECRET"] %>
api_version: <%= ENV["SF_API_VERSION"] %>
```

Please refer to [https://github.com/ejholmes/restforce](https://github.com/ejholmes/restforce) for the detail.

0 comments on commit b18d6fd

Please sign in to comment.