Commit 2b7759b3 by Alfiro Pratama

add Siakadu DB

parent 7588153b
......@@ -91,6 +91,18 @@ return [
'prefix_indexes' => true,
],
'siakadu' => [
'driver' => env('DB_CONNECTION_DFS'),
'host' => env('DB_HOST_DFS', '127.0.0.1'),
'port' => env('DB_PORT_DFS', '5432'),
'database' => env('DB_DATABASE_DFS', ''),
'username' => env('DB_USERNAME_DFS', ''),
'password' => env('DB_PASSWORD_DFS', ''),
'charset' => 'utf8',
'prefix' => '',
'schema' => env('DB_SCHEMA_DFS', ''),
],
],
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment