diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2024-12-22 18:32:18 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2024-12-22 18:32:18 -0700 |
| commit | cf684daa1eacac996223f6c407074abd019ede4a (patch) | |
| tree | f79ffd0809f243ca8dbdff51d943181bca2e7de0 /lisp/webapps/bogenherr/conf | |
| parent | 947d1d69e344fefd604bfab000522b903bbb7b21 (diff) | |
rename to bogenherrc
Diffstat (limited to 'lisp/webapps/bogenherr/conf')
| -rw-r--r-- | lisp/webapps/bogenherr/conf/.gitignore | 1 | ||||
| -rw-r--r-- | lisp/webapps/bogenherr/conf/options.lisp.example | 13 |
2 files changed, 14 insertions, 0 deletions
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")) |
