mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 11:16:42 +01:00
14 lines
305 B
PHP
14 lines
305 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'sendfile' => true,
|
||
|
'uglify-js' => 'uglifyjs',
|
||
|
'uglify-css' => 'uglifycss',
|
||
|
'coffee' => 'coffee',
|
||
|
'debug' => true,
|
||
|
'url' => 'pony.fm.local',
|
||
|
'files_directory' => '/vagrant-files/',
|
||
|
'node' => null,
|
||
|
'node_paths' => ['node'],
|
||
|
'secure' => false,
|
||
|
);
|