Only show relevant configuration; update default path to be what the daemon expects

This commit is contained in:
Dane Everitt 2020-05-09 15:44:13 -07:00
parent a342df8c13
commit 3b2e2c63c6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 5 additions and 29 deletions

View file

@ -98,7 +98,7 @@ $factory->define(Pterodactyl\Models\Node::class, function (Faker $faker) {
'daemon_token' => Str::random(Node::DAEMON_TOKEN_LENGTH),
'daemonListen' => 8080,
'daemonSFTP' => 2022,
'daemonBase' => '/srv/daemon-data',
'daemonBase' => '/var/lib/pterodactyl/volumes',
];
});