summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pastiche.lisp6
1 files changed, 4 insertions, 2 deletions
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*