summaryrefslogtreecommitdiff
path: root/ci/data/etc/resume/options.lisp
diff options
context:
space:
mode:
authorckonstanski <kostcarl@isu.edu>2026-08-23 23:15:10 -0600
committerckonstanski <kostcarl@isu.edu>2026-08-23 23:15:10 -0600
commit43be3aeab446064654e56a790be6ed0c1580005f (patch)
tree82a44144fd751036d64238b76a00039dd44459f2 /ci/data/etc/resume/options.lisp
parent3f456a6d1e08fc0930e9d73e8988934f41d79603 (diff)
bogenherr remnant in ci
Diffstat (limited to 'ci/data/etc/resume/options.lisp')
-rw-r--r--ci/data/etc/resume/options.lisp15
1 files changed, 15 insertions, 0 deletions
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)