13 lines
308 B
PHP
13 lines
308 B
PHP
<?php
|
|
|
|
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
return array(
|
|
'icecast_host' => 'dsk7681',
|
|
'icecast_ip' => '10.20.4.219',
|
|
'icecast_port' => '8000',
|
|
);
|