From e45e7e9f9d18f0ca368b92a24b0580f42c4be80d Mon Sep 17 00:00:00 2001 From: Hyteq Date: Mon, 23 Jun 2025 10:35:07 +0300 Subject: [PATCH] fix: old AppCut name references --- apps/web/env.example | 2 +- docker-compose.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/env.example b/apps/web/env.example index 12f854b..ef5544a 100644 --- a/apps/web/env.example +++ b/apps/web/env.example @@ -1,7 +1,7 @@ # Environment Variables Example # Copy this file to .env.local and update the values as needed -DATABASE_URL="postgresql://appcut:appcutthegoat@localhost:5432/appcut" +DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut" # Next.js Configuration NEXTAUTH_URL=http://localhost:3000 diff --git a/docker-compose.yaml b/docker-compose.yaml index 6941014..4703223 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,9 +3,9 @@ services: image: postgres:17 restart: unless-stopped environment: - POSTGRES_USER: appcut - POSTGRES_PASSWORD: appcutthegoat - POSTGRES_DB: appcut + POSTGRES_USER: opencut + POSTGRES_PASSWORD: opencutthegoat + POSTGRES_DB: opencut volumes: - postgres_data:/var/lib/postgresql/data ports: