summaryrefslogtreecommitdiff
path: root/trunk/reprap/web/james-bom/db_auth.php
blob: 11b852262180767ff3a461ae3eab312f832f9557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php exit; ?>
{
  "host": "localhost",
  "db_name": "PUT DATABASE NAME HERE",
  "db_user": "PUT MYSQL USERNAME HERE", 
  "db_pass": "PUT PASSWPRD HERE",
  "alternate_path": "/home/vasile/projects/reprap/.db_auth",

  "note":"Note: If you specify an alternate path, the script will check that
path for a copy of this file.  This allows you to move your database
authorization credentials completely out of the path of directories
accessible via your web server.

If the attempt to find alternate credentials fails, script will
attempt to use the ones in this file."

}