From 5c178d8a791eca998a2ae76ca7fd926fc66e01a5 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Mon, 1 Sep 2025 11:01:38 +0200 Subject: [PATCH] fix: small adjusments, renames for the /healthz and readme --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9d94792..d5add05 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ POSTGRES_PORT=5432 # localhost DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoide_database" # docker -# DATABASE_URL="postgres://cactoide:cactoide_password@postgres:5432/cactoied_database" +# DATABASE_URL="postgres://cactoide:cactoide_password@postgres:5432/cactoide_database" # Application configuration APP_VERSION=latest