9 lines
220 B
Common Lisp
9 lines
220 B
Common Lisp
;;;; cl-scopes/test/etc/config-web
|
|
|
|
(in-package :scopes/test-web)
|
|
|
|
(setf *config*
|
|
(make-instance 'config:root :env-keys '(:address :port)))
|
|
|
|
(make-instance 'server:config :parent *config*
|
|
:port "8899")
|