Skip to content

Commit

Permalink
Update server.php
Browse files Browse the repository at this point in the history
localzet committed Dec 27, 2024
1 parent ce86418 commit 8886375
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/server.php
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@
'constructor' => [
'requestClass' => Triangle\Request::class,
'logger' => support\Log::channel(),
'basePath' => run_path(),
'appPath' => run_path('app'),
'configPath' => run_path('config'),
'publicPath' => run_path('public'),
'runtimePath' => run_path('runtime'),
'basePath' => run_path(),
'appPath' => run_path('app'),
'configPath' => run_path('config'),
'publicPath' => run_path('public'),
'runtimePath' => run_path('runtime'),
],

// Для мастер-процесса
@@ -35,6 +35,5 @@
'statusFile' => env('SERVER_FILE_STATUS', 'triangle.status'),
'stdoutFile' => env('SERVER_FILE_STDOUT', 'logs/stdout.log'),
'logFile' => env('SERVER_FILE_LOG', 'logs/server.log'),
'stopTimeout' => env('SERVER_STOP_TIMEOUT', 2),
]
];

0 comments on commit 8886375

Please sign in to comment.