From a14a3987bea8011c71482e8a9e625b8716ac0509 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 30 Jun 2026 12:05:26 +0000 Subject: [PATCH] feat: update 1000apps with corrected DATABASE_URL and configs --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 27aa701..0bb3626 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ # Copy this to .env and fill in the values # Database -DATABASE_URL=postgresql://user:password@db:5432/1000apps +DATABASE_URL=postgresql://user:password@1000apps-db-1:5432/1000apps # NextAuth NEXTAUTH_SECRET=CHANGE_THIS_TO_RANDOM_32_CHARS