Fix wrong host in config

This commit is contained in:
Jesse Wierzbinski 2024-03-11 21:56:34 -10:00
parent 43f36964c1
commit 1fb1bbd5f1
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
[database] [database]
host = "localhost" host = "postgres"
port = 5432 port = 5432
username = "lysand" username = "lysand"
password = "lysand" password = "lysand"