projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a04eecb
)
configure test database
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 14 Apr 2010 13:29:06 +0000
(13:29 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 14 Apr 2010 13:29:06 +0000
(13:29 +0000)
web/conf/apache2.0/irspy-test.conf
patch
|
blob
|
history
diff --git
a/web/conf/apache2.0/irspy-test.conf
b/web/conf/apache2.0/irspy-test.conf
index
fc2c60e
..
0bf38df
100644
(file)
--- 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.