From cf684daa1eacac996223f6c407074abd019ede4a Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 22 Dec 2024 18:32:18 -0700 Subject: rename to bogenherrc --- lisp/webapps/bogenherr/conf/.gitignore | 1 + lisp/webapps/bogenherr/conf/options.lisp.example | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 lisp/webapps/bogenherr/conf/.gitignore create mode 100644 lisp/webapps/bogenherr/conf/options.lisp.example (limited to 'lisp/webapps/bogenherr/conf') diff --git a/lisp/webapps/bogenherr/conf/.gitignore b/lisp/webapps/bogenherr/conf/.gitignore new file mode 100644 index 0000000..14fa7a6 --- /dev/null +++ b/lisp/webapps/bogenherr/conf/.gitignore @@ -0,0 +1 @@ +options.lisp 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")) -- cgit v1.3