Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-06-06 17:00:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
837961582d62f14e70406d823d72f4cbfd3129fa
83796158
1 parent
13e02a45
1.dev:系列可能有问题。部署时要暂停
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app/Console/Commands/DevFFmpeg.php
app/Console/Commands/DevFFmpeg.php
View file @
8379615
...
...
@@ -40,9 +40,9 @@ class DevFFmpeg extends Command
{
parent
::
__construct
();
$this
->
immerse
=
Immerse
::
query
()
->
orderByDesc
(
'id'
)
->
first
();
$this
->
ffmpeg
=
env
(
'FFMPEG_CMD'
);
$this
->
ffprobe
=
env
(
'FFPROBE_CMD'
);
//
$this->immerse = Immerse::query()->orderByDesc('id')->first();
//
$this->ffmpeg = env('FFMPEG_CMD');
//
$this->ffprobe = env('FFPROBE_CMD');
}
public
$debug
=
true
;
...
...
Please
register
or
login
to post a comment