Skip to content

Commit

Permalink
config: change service order
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Sep 2, 2024
1 parent 714c8e4 commit f31c78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ return $cfg = array(
'bin_dir' => "/usr/local/bin",
),
'services' => array(
"sitebot" => ['host' => "localhost", 'port' => "1337"],
"ftpd" => ['host' => "localhost", 'port' => "3333"],
"ftpd" => ['host' => "localhost", 'port' => "1337"],
"sitebot" => ['host' => "localhost", 'port' => "3333"],
),
);

0 comments on commit f31c78f

Please sign in to comment.