From d30b278d6a780a1a582ccb85e87ef2fb7025eac0 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 15 Aug 2024 21:04:46 -0700 Subject: Fix: known keys in config loading --- pastiche.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pastiche.lisp') diff --git a/pastiche.lisp b/pastiche.lisp index 1ef0f55..e759018 100644 --- a/pastiche.lisp +++ b/pastiche.lisp @@ -75,7 +75,8 @@ E.g. you'd put this in a file. service-port localhost-port db-path - paste-path) + paste-path + known-keys) (uiop:read-file-form path) (setf *config* (make-instance 'config @@ -84,7 +85,8 @@ E.g. you'd put this in a file. :service-port service-port :localhost-port localhost-port :db-path db-path - :paste-path paste-path)))) + :paste-path paste-path + :known-keys known-keys)))) (defun start () (unless *config* -- cgit v1.2.3