fix: moved migrations script into scripts/ dir

This commit is contained in:
Waleed Latif
2025-03-05 00:18:34 -08:00
parent 0a7bd68ca4
commit 34dfdf3119
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres"
# Authentication (Required)
BETTER_AUTH_SECRET=your_secret_key # Use `openssl rand -hex 32` to generate
BETTER_AUTH_SECRET=your_secret_key # Use `openssl rand -hex 32` to generate, or visit https://www.better-auth.com/docs/installation
BETTER_AUTH_URL=http://localhost:3000
# Email Provider (Optional)