From: Wolfram Schneider Date: Wed, 14 Apr 2010 13:29:06 +0000 (+0000) Subject: configure test database X-Git-Tag: CPAN-v1.02~137 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=e230dc81b6db4a9735f75cd00d7f0e89950bc128 configure test database --- diff --git a/web/conf/apache2.0/irspy-test.conf b/web/conf/apache2.0/irspy-test.conf index fc2c60e..0bf38df 100644 --- a/web/conf/apache2.0/irspy-test.conf +++ b/web/conf/apache2.0/irspy-test.conf @@ -26,6 +26,8 @@ PerlAddVar MasonCompRoot "private => /usr/local/src/git/irspy-test/web/htdocs" PerlSetVar MasonDataDir /usr/local/src/git/irspy-test/web/data PerlSetVar IRSpyLibDir /usr/local/src/git/irspy-test/lib + PerlSetVar IRSpyDbName localhost:8019/IR-Explain---2 + PerlSetEnv PERL5LIB /usr/local/src/git/irspy/lib # We need +Parent to make PerlSwitches -I work properly ... don't ask.