first build commit
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://financeapp:password@localhost:5432/financeapp"
|
||||
|
||||
# NextAuth
|
||||
NEXTAUTH_SECRET="<generate with: openssl rand -base64 32>"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
|
||||
# Seed user (used by prisma/seed.ts only)
|
||||
SEED_EMAIL="your@email.com"
|
||||
SEED_PASSWORD="your-secure-password"
|
||||
|
||||
# Postgres (used by docker-compose.yml)
|
||||
POSTGRES_USER="financeapp"
|
||||
POSTGRES_PASSWORD="password"
|
||||
POSTGRES_DB="financeapp"
|
||||
Reference in New Issue
Block a user