Skip to content

Commit c691175

Browse files
committed
Update app_local.php
1 parent 1d9cbd3 commit c691175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cakephp/html/app_local.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
*/
6262
//'port' => 'non_standard_port_number',
6363

64-
'username' => '${DB_USER}',
65-
'password' => '${DB_PASSWORD}',
64+
'username' => 'DB_USER',
65+
'password' => 'DB_PASSWORD',
6666

67-
'database' => '${DB_NAME}',
67+
'database' => 'DB_NAME',
6868
/*
6969
* If not using the default 'public' schema with the PostgreSQL driver
7070
* set it here.

0 commit comments

Comments
 (0)