first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# ─── PostgreSQL bağlantısı ─────────────────────────────────────────
|
||||
# Format: postgresql://kullanici:sifre@host:port/veritabani
|
||||
DATABASE_URL=postgres://postgres:Wn4gK6Jbz6LinyQg32kwkWX6gKcgRfcYe2TDctLqPSBkLM7DmjDF1DxNpq4auxrl@65.109.236.58:29435/postgres
|
||||
|
||||
# SSL (production'da genellikle true, lokal'de false)
|
||||
DATABASE_SSL=false
|
||||
|
||||
# ─── NextAuth ──────────────────────────────────────────────────────
|
||||
NEXTAUTH_SECRET=ZHOxnSJZI1hYP2m9BUQL5Ni7y9jA/kRVtaHUqT+eZMY=
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
|
||||
# ─── Admin credentials ─────────────────────────────────────────────
|
||||
ADMIN_USERNAME=admin
|
||||
# Hash üretmek için:
|
||||
# node -e "const b=require('bcryptjs'); console.log(b.hashSync('şifren', 12))"
|
||||
ADMIN_PASSWORD_HASH=$2a$12$O6QRIW1TWO9SCAdxYEj8e.qhqiI6DuLPRQ8/YXfLyQ.DLB4ytLL2a
|
||||
|
||||
# ─── Public URL (UI'da kod snippet için) ──────────────────────────
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user