8 lines
192 B
Common Lisp
8 lines
192 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*)
|