Add hostname keyword
This commit is contained in:
parent
a322d9802c
commit
acb5f812f6
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
(in-package #:scrumli)
|
||||
|
||||
(defun start-scrumli (&key
|
||||
(port 8080)
|
||||
(defun start-scrumli (&key hostname (port 8080)
|
||||
(datastore 'scrumli.pg-datastore:pg-datastore)
|
||||
datastore-init)
|
||||
(setf *datastore* (apply #'make-instance datastore datastore-init))
|
||||
(init)
|
||||
(start '#:scrumli :port port))
|
||||
(start '#:scrumli :port port :hostname hostname))
|
||||
|
|
Loading…
Reference in a new issue