From b78fcbc86d4c0079decac65efd2723bbe5a0fffb Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 25 Feb 2022 16:20:13 -0600 Subject: docstring --- src/main.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index 1b4463c..0716dba 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -246,7 +246,8 @@ accounts. So keep it secret, keep it safe." path))) (defun start-from-config (&optional (config-file +default-config-file+)) - "config file should contain several options: + "A config file should contain a single PLIST, specifying several +options: :PORT :ADDRESS :DOMAIN :STORE-DIR are all passed to START as-is. @@ -264,6 +265,9 @@ strings. This list is interpeted to be ((HANDLE1 PW1) (HANDLE2 PW2) users will be made. You should destroy this file after the initial boot up, subsequent boots will not need it, even if it remains mentioned in th config file. + +:SWANK-PORT, if provided, indicates that a swank server should be +started, this will allow remote live debugging of the system. " (handler-case -- cgit v1.2.3