summaryrefslogtreecommitdiff
path: root/config.sexp.sample
diff options
context:
space:
mode:
Diffstat (limited to 'config.sexp.sample')
-rw-r--r--config.sexp.sample17
1 files changed, 9 insertions, 8 deletions
diff --git a/config.sexp.sample b/config.sexp.sample
index 4353159..37bcfcf 100644
--- a/config.sexp.sample
+++ b/config.sexp.sample
@@ -1,10 +1,11 @@
;;;; -*- mode: clojure; coding: utf-8 -*-
-{:database {:classname "org.postgresql.Driver"
- :subprotocol "postgresql"
- :subname "//localhost:5432/benki"
- :user "benki"
- :password ""}
- :base-uri "http://localhost:3001"
- :tag-base "example.com"
- :web-port 3001}
+{:database {:classname "org.postgresql.Driver"
+ :subprotocol "postgresql"
+ :subname "//localhost:5432/benki"
+ :user "benki"
+ :password ""}
+ :websocket-base "ws://localhost:3001"
+ :base-uri "http://localhost:3001"
+ :tag-base "example.com"
+ :web-port 3001}