2
0
forked from jmug/cactoide

fix: small adjusments, renames for the /healthz and readme

This commit is contained in:
Levente Orban
2025-09-01 11:01:38 +02:00
parent 8a76421571
commit 5c178d8a79

View File

@@ -7,7 +7,7 @@ POSTGRES_PORT=5432
# localhost # localhost
DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoide_database" DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoide_database"
# docker # docker
# DATABASE_URL="postgres://cactoide:cactoide_password@postgres:5432/cactoied_database" # DATABASE_URL="postgres://cactoide:cactoide_password@postgres:5432/cactoide_database"
# Application configuration # Application configuration
APP_VERSION=latest APP_VERSION=latest