Skip to content

Instantly share code, notes, and snippets.

@katyayu
Last active October 13, 2017 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katyayu/8124851caf36b38ddc73d3ed356b78e6 to your computer and use it in GitHub Desktop.
Save katyayu/8124851caf36b38ddc73d3ed356b78e6 to your computer and use it in GitHub Desktop.
public $dbtype = 'mysql';
public $host = 'localhost';
public $user = 'database_user';
public $password = 'password';
public $db = 'database_name';
public $dbprefix = 'jos_';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment