Skip to content

Instantly share code, notes, and snippets.

@AlifArnado
Last active April 20, 2022 17:32
Show Gist options
  • Select an option

  • Save AlifArnado/d42594666e2eaa882a15d9c5a0233bc5 to your computer and use it in GitHub Desktop.

Select an option

Save AlifArnado/d42594666e2eaa882a15d9c5a0233bc5 to your computer and use it in GitHub Desktop.
public $default = [
'DSN' => '',
'hostname' => 'ALIF\SQLSERVER',
'username' => 'sa',
'password' => 'peksi',
'database' => 'Doq_legend',
'DBDriver' => 'sqlsrv',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => (ENVIRONMENT !== 'production'),
'charset' => 'utf8',
'DBCollat' => 'utf8_general_ci',
'swapPre' => '',
'encrypt' => false,
'compress' => false,
'strictOn' => false,
'failover' => [],
'port' => '',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment