mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 19:16:44 +01:00
14 lines
No EOL
305 B
PHP
14 lines
No EOL
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,
|
|
); |