X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FBeerDB.pm;fp=lib%2FBeerDB.pm;h=f97409f6058ee4821cf84e43d7086b3333af4c5c;hb=32c3b29f6c8d981c5ee7a9e8e53a982c17c9c031;hp=1f673f27ddc6363e6530ae9e5ce880a0d78ee887;hpb=7232f39368bec26e484089f9f81ab6b6dc94e9eb;p=maypole.git diff --git a/lib/BeerDB.pm b/lib/BeerDB.pm index 1f673f2..f97409f 100644 --- a/lib/BeerDB.pm +++ b/lib/BeerDB.pm @@ -7,11 +7,10 @@ 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:mysql:beerdb"); +BeerDB->set_database("dbi:SQLite:t/beerdb.db"); + # Change this to the root of the web space. -#BeerDB->config->{uri_base} = "http://localhost/beerdb/"; -BeerDB->config->{uri_base} = "http://neo.trinity-house.org.uk/beerdb/"; +BeerDB->config->{uri_base} = "http://localhost/beerdb/"; BeerDB->config->{rows_per_page} = 10;