We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8be167 commit e9680fcCopy full SHA for e9680fc
app/Models/Node.php
@@ -154,6 +154,9 @@ public function getConfigurationAsJson($pretty = false)
154
'socket' => '/var/run/docker.sock',
155
'autoupdate_images' => true,
156
],
157
+ 'filesystem' => [
158
+ 'server_logs' => '/tmp/pterodactyl',
159
+ ],
160
'sftp' => [
161
'path' => $this->daemonBase,
162
'ip' => '0.0.0.0',
tests/Unit/Services/Sftp/AuthenticateUsingPasswordServiceTest.php
@@ -24,7 +24,7 @@ class AuthenticateUsingPasswordServiceTest extends TestCase
24
* @var \Pterodactyl\Contracts\Repository\ServerRepositoryInterface|\Mockery\Mock
25
*/
26
private $repository;
27
-
+
28
/**
29
* @var \Pterodactyl\Contracts\Repository\SubuserRepositoryInterface|\Mockery\Mock
30
0 commit comments