fix: old AppCut name references
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# Environment Variables Example
|
# Environment Variables Example
|
||||||
# Copy this file to .env.local and update the values as needed
|
# 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
|
# Next.js Configuration
|
||||||
NEXTAUTH_URL=http://localhost:3000
|
NEXTAUTH_URL=http://localhost:3000
|
||||||
|
@ -3,9 +3,9 @@ services:
|
|||||||
image: postgres:17
|
image: postgres:17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: appcut
|
POSTGRES_USER: opencut
|
||||||
POSTGRES_PASSWORD: appcutthegoat
|
POSTGRES_PASSWORD: opencutthegoat
|
||||||
POSTGRES_DB: appcut
|
POSTGRES_DB: opencut
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user