summaryrefslogtreecommitdiff
path: root/config.sexp.sample
blob: 37bcfcfd3104678bc85284d4f6473caa75c15673 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; -*- mode: clojure; coding: utf-8 -*-

{: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}