summaryrefslogtreecommitdiff
path: root/config.sexp.sample
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-03 23:42:03 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-03 23:42:03 +0100
commit6099415dffcc10b47f939fb043fbdf3718ca618a (patch)
tree8bc8afd079dffdf37f51726eca3db58daad846a7 /config.sexp.sample
parente1feb02f5fbaa7dbb3c83ac26fd3eb00f9b72b36 (diff)
Make web server port and base URI configurable.
Diffstat (limited to 'config.sexp.sample')
-rw-r--r--config.sexp.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.sexp.sample b/config.sexp.sample
index a7ab1c0..d408257 100644
--- a/config.sexp.sample
+++ b/config.sexp.sample
@@ -4,4 +4,6 @@
:subprotocol "postgresql"
:subname "//localhost:5432/benki"
:user "benki"
- :password ""}}
+ :password ""}
+ :base-uri "http://localhost:3001"
+ :web-port 3001}