yslootahrobotics/.env.example
Najjar\NajjarV02 729ab71c2c
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized function calls.
2026-05-20 18:03:42 +04:00

19 lines
1.8 KiB
Plaintext

# ─────────────────────────────────────────────────────────────────────────────
# Stripe https://dashboard.stripe.com/apikeys
# ─────────────────────────────────────────────────────────────────────────────
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_live_...
STRIPE_SECRET_KEY=sk_live_...
STRIPE_WEBHOOK_SECRET=whsec_...
# ─────────────────────────────────────────────────────────────────────────────
# Admin JWT (generate with: openssl rand -hex 32)
# ─────────────────────────────────────────────────────────────────────────────
ADMIN_JWT_SECRET=change_me_generate_with_openssl_rand_hex_32
# ─────────────────────────────────────────────────────────────────────────────
# Database SQLite via libsql
# In Coolify: set to file:/app/prisma/lootah.db
# and mount /app/prisma as a persistent volume
# ─────────────────────────────────────────────────────────────────────────────
DATABASE_URL=file:./prisma/lootah.db