Fix database URL

This commit is contained in:
Joey Hafner 2023-07-02 13:54:16 -07:00
parent f42d35994e
commit 033886db92

View File

@ -1,3 +1,3 @@
CF_DATABASE_DRIVERCLASS=org.postgresql.Driver
CF_DATABASE_URL=jdbc:postgresql://postgresql:5432/commafeed
CF_DATABASE_URL=jdbc:postgresql://postgres:5432/commafeed
CF_DATABASE_USER=commafeed