Skip to content

Commit 7e17785

Browse files
m-tanabem-tanabe
authored andcommitted
Revert 'Set default value of password for caliper log db'
1 parent c5b6381 commit 7e17785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caliper/config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'port' => env('DB_LOG_PORT', '5432'),
5050
'database' => env('DB_LOG_DATABASE', 'caliper_log'),
5151
'username' => env('DB_LOG_USERNAME', 'caliper_cli'),
52-
'password' => env('DB_LOG_PASSWORD', 'caliper'),
52+
'password' => env('DB_LOG_PASSWORD', ''),
5353
'charset' => 'utf8',
5454
'schema' => 'public',
5555
'sslmode' => 'prefer'

0 commit comments

Comments
 (0)