From 43be3aeab446064654e56a790be6ed0c1580005f Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 23 Aug 2026 23:15:10 -0600 Subject: bogenherr remnant in ci --- ci/data/etc/resume/options.lisp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ci/data/etc/resume/options.lisp (limited to 'ci/data/etc/resume/options.lisp') diff --git a/ci/data/etc/resume/options.lisp b/ci/data/etc/resume/options.lisp new file mode 100644 index 0000000..b083b90 --- /dev/null +++ b/ci/data/etc/resume/options.lisp @@ -0,0 +1,15 @@ +(:name "resume" + :scheme "http" + :url "resume.ckons.org" + :document-root "resume" + :title "Resume Builder" + :meta-description "Resume Builder written in Common Lisp/Hunchentoot and ClojureScript/Reagent." + :databases (:db-resume ("resume" "resume" "neweboy" "127.0.0.1")) + :mail-mx "mail.ckons.org" + :mail-from "postmaster@ckons.org" + :mail-postmaster "postmaster@ckons.org" + :mail-webmaster "webmaster@ckons.org" + :mail-info "postmaster@ckons.org" + :mail-login-notify "postmaster@ckons.org" + :mail-authentication (:login "me@ckons.org" "ayluvmiym") + :mail-ssl :starttls) -- cgit v1.3