diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-04 07:53:52 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-04 07:53:52 -0500 |
commit | 0fbe8babab5fb52a7604a797195bce230519b1c4 (patch) | |
tree | 339b723a3a322e0ffbbaa7c3a88d295b4ccc15cf /example-config | |
parent | 0752c7554a791ffb0e28b27300161a9552b57a21 (diff) |
[add] swank support
Diffstat (limited to 'example-config')
-rw-r--r-- | example-config/conf.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example-config/conf.lisp b/example-config/conf.lisp index 0285841..a073184 100644 --- a/example-config/conf.lisp +++ b/example-config/conf.lisp @@ -1,5 +1,6 @@ (:port 8080 + :swank-port 4008 :address "127.0.0.1" :domain "localhost" :store-dir "/home/colin/data/" |