summaryrefslogtreecommitdiff
path: root/lisp/webapps/bogenherr/conf/options.lisp.example
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/webapps/bogenherr/conf/options.lisp.example')
-rw-r--r--lisp/webapps/bogenherr/conf/options.lisp.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/webapps/bogenherr/conf/options.lisp.example b/lisp/webapps/bogenherr/conf/options.lisp.example
new file mode 100644
index 0000000..fbd48d8
--- /dev/null
+++ b/lisp/webapps/bogenherr/conf/options.lisp.example
@@ -0,0 +1,13 @@
+(:name "bogenherr"
+ :url "bogenherr.org"
+ :document-root "bogenherr"
+ :title "Bogenherr"
+ :meta-description "The Bogenherr website written in Common Lisp/Hunchentoot and ClojureScript."
+ :databases (:db-bogenherr ("127.0.0.1" "bogenherr" "bogenherr" "password"))
+ :mail-mx "mail.ckons.org"
+ :mail-from "postmaster@ckons.org"
+ :mail-postmaster "postmaster@ckons.org"
+ :mail-webmaster "webmaster@ckons.org"
+ :mail-info "info@ckons.org"
+ :mail-login-notify "me@ckons.org"
+ :mail-authentication ("me@ckons.org" "password"))