]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/BeerDB.pm
Lots of documentation.
[maypole.git] / lib / BeerDB.pm
index f97409f6058ee4821cf84e43d7086b3333af4c5c..b7961bc1e8874a22beaa670eb09d1ace92455534 100644 (file)
@@ -1,16 +1,15 @@
 package BeerDB;
 use base 'Apache::MVC';
 use Class::DBI::Loader::Relationship;
-# This line is required if you don't have Apache calling Perl handlers
-# as methods.
-sub handler { Apache::MVC::handler(__PACKAGE__, @_) }
 
 # This is the sample application. Change this to the path to your
 # database. (or use mysql or something)
-BeerDB->set_database("dbi:SQLite:t/beerdb.db");
+#BeerDB->set_database("dbi:SQLite:t/beerdb.db");
+BeerDB->setup("dbi:mysql:beerdb");
 
 # Change this to the root of the web space.
-BeerDB->config->{uri_base} = "http://localhost/beerdb/";
+#BeerDB->config->{uri_base} = "http://localhost/beerdb/";
+BeerDB->config->{uri_base} = "http://neo.trinity-house.org.uk/beerdb/";
 
 BeerDB->config->{rows_per_page} = 10;