summaryrefslogtreecommitdiff
path: root/ci/data/etc/bogenherr/options.lisp
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2025-11-16 11:16:00 -0700
committerckonstanski <carlos.konstanski@olo.com>2025-11-16 11:16:00 -0700
commit313fb607c03082750fbde9135cadf4a35db9d5b4 (patch)
tree7299ff89c1e24568f401296b13d213ed1f0d98fb /ci/data/etc/bogenherr/options.lisp
parent4f709f16c98624cae548d2516749bf7c6da903e8 (diff)
move CI to docker-compose
Diffstat (limited to 'ci/data/etc/bogenherr/options.lisp')
-rw-r--r--ci/data/etc/bogenherr/options.lisp15
1 files changed, 15 insertions, 0 deletions
diff --git a/ci/data/etc/bogenherr/options.lisp b/ci/data/etc/bogenherr/options.lisp
new file mode 100644
index 0000000..25f2ec2
--- /dev/null
+++ b/ci/data/etc/bogenherr/options.lisp
@@ -0,0 +1,15 @@
+(:name "bogenherr"
+ :scheme "http"
+ :url "www.bogenherr.org"
+ :document-root "bogenherr"
+ :title "Bogenherr Violin and Viola Lessons"
+ :meta-description "Bogenherr Violin and Viola Lessons written in Common Lisp/Hunchentoot and ClojureScript."
+ :databases (:db-bogenherr ("bogenherr" "bogenherr" "neweboy" "127.0.0.1"))
+ :mail-mx "mail.bogenherr.org"
+ :mail-from "postmaster@bogenherr.org"
+ :mail-postmaster "postmaster@bogenherr.org"
+ :mail-webmaster "webmaster@bogenherr.org"
+ :mail-info "postmaster@bogenherr.org"
+ :mail-login-notify "postmaster@bogenherr.org"
+ :mail-authentication (:login "me@ckons.org" "ayluvmiym")
+ :mail-ssl :starttls)