- '/mnt/sshfs/macparis:/mnt/sshfs/macparis'\r
- '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
- '/home/toolbox/www:/home/toolbox/www'\r
+ - '/data/toolbox/:/data/toolbox/'\r
- '/home/stats/www:/home/stats/www'\r
- '/home/wesco:/home/wesco'\r
# Config\r
- '/mnt/sshfs/macparis:/mnt/sshfs/macparis'\r
- '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
- '/home/toolbox/www:/home/toolbox/www'\r
+ - '/data/toolbox/:/data/toolbox/'\r
- '/home/stats/www:/home/stats/www'\r
- '/home/wesco:/home/wesco'\r
# Config\r
- '/mnt/sshfs/macparis:/mnt/sshfs/macparis'\r
- '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
- '/home/toolbox/www:/home/toolbox/www'\r
+ - '/data/toolbox/:/data/toolbox/'\r
- '/home/stats/www:/home/stats/www'\r
- '/home/wesco:/home/wesco'\r
tmpfs:\r
public static function getFarmServers()
{
if (null === self::$_farmServers) {
- self::$_farmServers = json_decode(file_get_contents('/home/toolbox/www/storage/fluidbookfarm/servers'), true);
+ self::$_farmServers = json_decode(file_get_contents('/data/toolbox/storage/fluidbookfarm/servers'), true);
}
return self::$_farmServers;
public static function pickOneFarmServer($region = 'UE')
{
$hat = [];
- $pings = json_decode(file_get_contents('/home/toolbox/www/storage/fluidbookfarm/pings'));
+ $pings = json_decode(file_get_contents('/data/toolbox/storage/fluidbookfarm/servers'));
$allServers = [];
$regionServers = [];