summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-21 10:13:22 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-21 10:13:22 +0200
commit63dff6d770ecb98d7f8f9337449b3450d3abb0de (patch)
tree3365ea612bb1c4dc4003120ab9d48141add483b4 /readme.md
parentf352ad0ea7e6e85ab42e56822779a4bf06400f04 (diff)
parentdce8ec719b1d85acf3c753effae3f28629dd847c (diff)
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-server
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 0b16214..976b582 100644
--- a/readme.md
+++ b/readme.md
@@ -63,8 +63,8 @@ Settings
RewriteRule /(.*) ws://localhost:8083/$1 [P,L]
ProxyPass /ws/ http://localhost:8083/ws/
ProxyPassReverse /ws/ http://localhost:8083/ws/
- - set _path_prefix in server.problems
- - set DB settings in db
+ - set problems path via environment variable CODEQ_PROBLEMS (defaults to /var/local/codeq-problems)
+ - set DB settings via environment variables CODEQ_DB_HOST, CODEQ_DB_DATABASE, CODEQ_DB_USER and CODEQ_DB_PASS
Running
=======