mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-07-27 16:04:49 +02:00
Minor comment update.
This commit is contained in:
parent
5a32a55900
commit
ee1d1f3852
@ -39,6 +39,17 @@
|
|||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
|
'listen' => array(
|
||||||
|
|
||||||
|
/* For security concerns, only local connections are accepted
|
||||||
|
* by default.
|
||||||
|
*
|
||||||
|
* Uncomment the following entry to accept external connections.
|
||||||
|
*/
|
||||||
|
//'tcp://0.0.0.0:1024',
|
||||||
|
|
||||||
|
),
|
||||||
|
|
||||||
// For now, XCP servers/pool masters must be defined in this file.
|
// For now, XCP servers/pool masters must be defined in this file.
|
||||||
'xcp' => array(
|
'xcp' => array(
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user