configure test database
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Apr 2010 13:29:06 +0000 (13:29 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Apr 2010 13:29:06 +0000 (13:29 +0000)
web/conf/apache2.0/irspy-test.conf

index fc2c60e..0bf38df 100644 (file)
@@ -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.