many little changes all in a line.

my feature branch touches too many things. fix merge conflicts in
rebase to main.
This commit is contained in:
Brian O'Reilly 2025-11-02 16:06:20 -05:00
parent 30b2d88f6a
commit 40a49c1c25
2 changed files with 3 additions and 0 deletions

View File

@ -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")

View File

@ -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"