# Environment variables declared in this file are available at build time and runtime.
# Do not put secret values in this file. This file should be committed to source control.

NEXT_PUBLIC_SITE_NAME="Nuwair Systems"
NEXT_PUBLIC_SITE_URL="https://nuwairsystems.com"
NEXT_PUBLIC_COMPANY_EMAIL="info@nuwairsystems.com"
NEXT_PUBLIC_COMPANY_PHONE="+1 (555) 123-4567"
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY="pk_test_your-stripe-public-key"

# This was inserted by `prisma init`:
# Environment variables declared in this file are NOT automatically loaded by Prisma.
# Please add `import "dotenv/config";` to your `prisma.config.ts` file, or use the Prisma CLI with Bun
# to load environment variables from .env files: https://pris.ly/prisma-config-env-vars.

# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

# SQLite database for development
DATABASE_URL="file:./dev.db"