Skip to content

Commit

Permalink
add vars.php.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
ansell committed Jan 18, 2012
1 parent 474768f commit 611b250
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vars.php.example
@@ -0,0 +1,14 @@
<?php

$version = '09';
$rooturi = 'http://data.kasabi.com/dataset/chembl-rdf/' . $version . '/';

$db = 'chembl_' . $version;
$user = 'user';
$pwd = 'secret';

// use the next line to limit the output
// $limit = ' LIMIT 5';
$limit = '';

?>

0 comments on commit 611b250

Please sign in to comment.