Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F470103
PhabricatorConduitConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
854 B
Referenced Files
None
Subscribers
None
PhabricatorConduitConfigOptions.php
View Options
<?php
final
class
PhabricatorConduitConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Conduit'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure conduit.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'conduit.servers'
,
'list<string>'
,
array
())
->
setLocked
(
true
)
->
setSummary
(
pht
(
'Servers that conduit can connect to.'
))
->
setDescription
(
pht
(
"Set an array of servers where conduit can connect to. This is "
.
"an advanced option. Don't touch this unless you know what you "
.
"are doing."
))
->
addExample
(
'["http://phabricator2.example.com/", '
.
'"http://phabricator3.example.com/]"'
,
pht
(
'Valid Setting'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 10:27 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
81834
Default Alt Text
PhabricatorConduitConfigOptions.php (854 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment