mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Added ponify directory in config
This commit is contained in:
parent
104318e789
commit
373703990c
2 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,7 @@ class ImportPonify extends Command
|
|||
|
||||
pcntl_signal(SIGINT, [$this, 'handleInterrupt']);
|
||||
|
||||
$ponifyPath = Config::get('ponyfm.files_directory').'/ponify';
|
||||
$ponifyPath = Config::get('ponyfm.ponify_directory');
|
||||
$tmpPath = Config::get('ponyfm.files_directory').'/tmp';
|
||||
|
||||
if (!File::exists($tmpPath)) {
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
*/
|
||||
|
||||
'files_directory' => env('PONYFM_DATASTORE'),
|
||||
'ponify_directory' => env('PONIFY_DIRECTORY'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue