Skip to content

Commit ef6f84c

Browse files
Merge pull request #4765 from segmentio/bobbyatsegment-patch-10
Add config table field for host option
2 parents 5dc796e + ebe1ca3 commit ef6f84c

File tree

1 file changed

+4
-0
lines changed
  • src/connections/sources/catalog/libraries/server/php

1 file changed

+4
-0
lines changed

src/connections/sources/catalog/libraries/server/php/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ Segment::init("YOUR_WRITE_KEY", array(
395395
<td>`error_handler` _Function, optional_</td>
396396
<td>A handler which will be called on errors to aid in debugging, `function ($code, $message) {}`</td>
397397
</tr>
398+
<tr>
399+
<td>`host` _String, optional_</td>
400+
<td>To explicitly set which regional host to use. Defaults to `api.segment.io`.</td>
401+
</tr>
398402
</table>
399403

400404
### Lib-Curl Consumer

0 commit comments

Comments
 (0)