diff --git a/asteroid.asd b/asteroid.asd index f28bb0c..dadc865 100644 --- a/asteroid.asd +++ b/asteroid.asd @@ -36,6 +36,8 @@ (:module :config :components ((:file radiance-postgres))) (:file "conditions") + (:module :config + :components ((:file radiance-postgres))) (:file "database") (:file "template-utils") (:file "stream-media") diff --git a/config/radiance-postgres.lisp b/config/radiance-postgres.lisp index 479999a..2cb9aef 100644 --- a/config/radiance-postgres.lisp +++ b/config/radiance-postgres.lisp @@ -7,6 +7,7 @@ (setf (config :database :connection) '(:type :postgres :host "localhost" ; Change to "asteroid-postgres" when running in Docker + ;; :host "asteroid-postgres" :port 5432 :database "asteroid" :username "asteroid"