diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-18 21:18:18 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-18 21:18:18 -0600 |
| commit | 08e435104c42751689553537b1f20ffb14b8dfcc (patch) | |
| tree | f83d8db1a02d4be448ab044d28fda7411470bd7c /lisp/webapps/resume/conf | |
initial commit
Diffstat (limited to 'lisp/webapps/resume/conf')
| -rw-r--r-- | lisp/webapps/resume/conf/.gitignore | 1 | ||||
| -rw-r--r-- | lisp/webapps/resume/conf/options.lisp.example | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/webapps/resume/conf/.gitignore b/lisp/webapps/resume/conf/.gitignore new file mode 100644 index 0000000..14fa7a6 --- /dev/null +++ b/lisp/webapps/resume/conf/.gitignore @@ -0,0 +1 @@ +options.lisp diff --git a/lisp/webapps/resume/conf/options.lisp.example b/lisp/webapps/resume/conf/options.lisp.example new file mode 100644 index 0000000..dd570ee --- /dev/null +++ b/lisp/webapps/resume/conf/options.lisp.example @@ -0,0 +1,13 @@ +(:name "resume" + :url "resume.org" + :document-root "resume" + :title "Resume" + :meta-description "The Resume website written in Common Lisp/Hunchentoot and ClojureScript." + :databases (:db-resume ("127.0.0.1" "resume" "resume" "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")) |
