use PerlSetEnv instead PerlSetVar for IRSpyDbName configuration
[irspy-moved-to-github.git] / web / conf / apache2.0 / irspy-test.conf
index fc2c60e..8bdd0df 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
+    PerlSetEnv 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.