summaryrefslogtreecommitdiffstats
path: root/includes/example_db.inc.php
blob: c5353bff6835929bcda8ba4311491a1af4b5498b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
// EXAMPLE FILE!
// global settings.

$db_host = "localhost";
$db_user = "etc";
$db_name = "etc";
$db_pass = "etc";

//Google auth
$google_client_id = 'idblablabla.apps.googleusercontent.com';
$google_client_secret = 'SometimesIPickMyNose';

$mydomain = 'http://www.pathery.com/';


?>