From: Simon Cozens Date: Fri, 6 Feb 2004 16:54:26 +0000 (+0000) Subject: Must find a better system for release. X-Git-Tag: 2.10~310 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=40aac6aaddbad039ee003a46421b22e35b03bbeb;p=maypole.git Must find a better system for release. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@52 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/BeerDB.pm b/lib/BeerDB.pm index f97409f..d77d83d 100644 --- a/lib/BeerDB.pm +++ b/lib/BeerDB.pm @@ -7,10 +7,12 @@ 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->set_database("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;