Skip to content

Commit

Permalink
added sample settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
kwijibo committed Oct 24, 2011
1 parent 584d56e commit 40b8641
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings.sample.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

date_default_timezone_set('Europe/London');
define('KernelHostName', 'example.com');
define("bucketID","b-katest-3zp71rvw");
define('endpoint', 'http://db.cohodo.net/sparql/'.bucketID);
define('user', 'username');
define('pass', 'password');

?>

0 comments on commit 40b8641

Please sign in to comment.