Skip to content

Commit be8df26

Browse files
authored
Update local.php.dist
fine tune
1 parent 85e079d commit be8df26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/autoload/local.php.dist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
declare(strict_types=1);
1111

12-
$baseUrl = 'http://localhost:8080';
12+
$baseUrl = 'http://queue.dotkernel.net';
1313

1414
$databases = [
1515
'default' => [
16-
'host' => 'localhost',
17-
'dbname' => 'dotkernel',
16+
'host' => '',
17+
'dbname' => '',
1818
'user' => '',
1919
'password' => '',
2020
'port' => 3306,
@@ -40,9 +40,9 @@ return [
4040
],
4141
'notification' => [
4242
'server' => [
43-
'protocol' => '',
44-
'host' => '',
45-
'port' => '',
43+
'protocol' => 'tcp',
44+
'host' => 'localhost',
45+
'port' => '8556',
4646
'eof' => "\n",
4747
],
4848
],

0 commit comments

Comments
 (0)