From 313fb607c03082750fbde9135cadf4a35db9d5b4 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 16 Nov 2025 11:16:00 -0700 Subject: move CI to docker-compose --- ci/data/etc/bogenherr/options.lisp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ci/data/etc/bogenherr/options.lisp (limited to 'ci/data/etc/bogenherr/options.lisp') 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) -- cgit v1.3