Skip to content

Commit e1481a0

Browse files
committed
Updating config.example.php
1 parent e495146 commit e1481a0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config.example.php

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99

1010
return [
1111
'app' => [
12-
'hash' => 'DaVchezt',
13-
'debug' => true,
14-
'log' => true,
15-
'secret' => 'U0hiqmizT7repIgy3wX1uJv6R3T8YtskNcZmF7ClH2ajBtE4nF8WXQGNAw5b3VVe'
12+
'hash' => 'cYi1sVLQ5wzm6gG0Ne0o8rpgkC3K8GzWVoU8tMjpJwDWm4JTFhDNn34JxEUQnGsT', // generated using Helper::generateRandomString
13+
'secret' => 'U0hiqmizT7repIgy3wX1uJv6R3T8YtskNcZmF7ClH2ajBtE4nF8WXQGNAw5b3VVe', // generated using Helper::generateRandomString
14+
'debug' => true,
15+
'log' => true
1616
],
1717
'db' => [
18-
'dsn' => "mysql:host=localhost;dbname=dbname",
19-
'dbu' => "dbusername",
20-
'dbp' => "dbpassword"
18+
'dsn' => "mysql:host=localhost;dbname=dbname",
19+
'dbu' => "dbusername",
20+
'dbp' => "dbpassword"
2121
],
2222
'mail' => [
23-
'host' => 'mail.domain.com',
24-
'user' => '[email protected]',
25-
'pass' => 'password',
26-
'name' => 'Raiza Rhamdan'
23+
'host' => 'mail.domain.com',
24+
'user' => '[email protected]',
25+
'pass' => 'password',
26+
'name' => 'Raiza Rhamdan'
2727
]
2828
];

0 commit comments

Comments
 (0)