Skip to content

Commit e334ecd

Browse files
authored
Update README.md
1 parent 00c3ab1 commit e334ecd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ convertapi
144144
});
145145
```
146146

147+
### Alternative domain
148+
149+
Set `base_uri` parameter to use other service domains. Dedicated to the region [domain list](https://www.convertapi.com/doc/servers-location).
150+
151+
```js
152+
var convertapi = require('../lib')(process.env.CONVERT_API_SECRET, { baseUri: 'https://eu-v2.convertapi.com/' });
153+
```
154+
147155
### More examples
148156

149157
Find more advanced examples in the [examples/](https://github.com/ConvertAPI/convertapi-node/tree/master/examples) folder.

0 commit comments

Comments
 (0)