File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 |--------------------------------------------------------------------------
77 |
88 | This option defines the default database driver that is used when a query
9- | or model is instantiated. See the list of connections below for more
10- | details or add your own to the list. There is one by default .
9+ | or model is instantiated. See the list of drivers below the available
10+ | options. You can add your own to the list.
1111 |
1212 */
1313 'default ' => typerocket_env ('TYPEROCKET_DATABASE_DEFAULT ' , 'wp ' ),
2828
2929 'alt ' => [
3030 'driver ' => '\TypeRocket\Database\Connectors\CoreDatabaseConnector ' ,
31- 'username ' => '' ,
32- 'password ' => '' ,
33- 'database ' => '' ,
34- 'host ' => '' ,
31+ 'username ' => typerocket_env ( ' TYPEROCKET_ALT_DATABASE_USER ' ) ,
32+ 'password ' => typerocket_env ( ' TYPEROCKET_ALT_DATABASE_PASSWORD ' ) ,
33+ 'database ' => typerocket_env ( ' TYPEROCKET_ALT_DATABASE_DATABASE ' ) ,
34+ 'host ' => typerocket_env ( ' TYPEROCKET_ALT_DATABASE_HOST ' ) ,
3535 ],
3636 ]
3737];
You can’t perform that action at this time.
0 commit comments