8 lines
136 B
PHP
8 lines
136 B
PHP
|
<?php
|
||
|
|
||
|
$jicofoStatsURL = 'http://localhost:8888/stats';
|
||
|
$jvbStatsURL = 'http://localhost:8080/colibri/stats';
|
||
|
$nginxPort = '80';
|
||
|
|
||
|
?>
|