8 lines
228 B
Bash
8 lines
228 B
Bash
# Drizzle (local dev only; the container sets its own DATABASE_URL)
|
|
DATABASE_URL=file:local.db
|
|
|
|
# docker compose — generate secrets with: openssl rand -base64 32
|
|
ORIGIN=http://localhost:3000
|
|
CRYPTO_SECRET=
|
|
BETTER_AUTH_SECRET=
|