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 85e079d commit be8df26Copy full SHA for be8df26
config/autoload/local.php.dist
@@ -9,12 +9,12 @@
9
10
declare(strict_types=1);
11
12
-$baseUrl = 'http://localhost:8080';
+$baseUrl = 'http://queue.dotkernel.net';
13
14
$databases = [
15
'default' => [
16
- 'host' => 'localhost',
17
- 'dbname' => 'dotkernel',
+ 'host' => '',
+ 'dbname' => '',
18
'user' => '',
19
'password' => '',
20
'port' => 3306,
@@ -40,9 +40,9 @@ return [
40
],
41
'notification' => [
42
'server' => [
43
- 'protocol' => '',
44
- 'host' => '',
45
- 'port' => '',
+ 'protocol' => 'tcp',
+ 'host' => 'localhost',
+ 'port' => '8556',
46
'eof' => "\n",
47
48
0 commit comments