NEXT_PUBLIC_SHEET_URL=https://docs.google.com/spreadsheets/d/1XQ0t_c7YqoJxWm8SLXZyPk9zeA1ijgcXaN_GRi4lwNA/edit?gid=0#gid=0
GOOGLE_SHEET_ID=""

NEXT_PUBLIC_GEMINI_API_KEY=your-api-key
GEMINI_API_KEY="MY_GEMINI_API_KEY"

# Migrations
MIGRATIONS_AUTO_RUN=true

# OAuth Providers for NextAuth (Google + GitHub)
# Set these to actual credentials from https://console.cloud.google.com and https://github.com/settings/developers
# GOOGLE_CLIENT_ID=
# GOOGLE_CLIENT_SECRET=
# GITHUB_CLIENT_ID=
# GITHUB_CLIENT_SECRET=
# NEXTAUTH_URL=http://localhost:3000

# 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

# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.

DATABASE_URL="prisma+postgres://localhost:51213/?api_key=eyJkYXRhYmFzZVVybCI6InBvc3RncmVzOi8vcG9zdGdyZXM6cG9zdGdyZXNAbG9jYWxob3N0OjUxMjE0L3RlbXBsYXRlMT9zc2xtb2RlPWRpc2FibGUmY29ubmVjdGlvbl9saW1pdD0xMCZjb25uZWN0X3RpbWVvdXQ9MCZtYXhfaWRsZV9jb25uZWN0aW9uX2xpZmV0aW1lPTAmcG9vbF90aW1lb3V0PTAmc29ja2V0X3RpbWVvdXQ9MCIsIm5hbWUiOiJkZWZhdWx0Iiwic2hhZG93RGF0YWJhc2VVcmwiOiJwb3N0Z3JlczovL3Bvc3RncmVzOnBvc3RncmVzQGxvY2FsaG9zdDo1MTIxNS90ZW1wbGF0ZTE_c3NsbW9kZT1kaXNhYmxlJmNvbm5lY3Rpb25fbGltaXQ9MTAmY29ubmVjdF90aW1lb3V0PTAmbWF4X2lkbGVfY29ubmVjdGlvbl9saWZldGltZT0wJnBvb2xfdGltZW91dD0wJnNvY2tldF90aW1lb3V0PTAifQ"
JWT_SECRET=TNtgqKKK0boyn2Y2xqrbDyKdfF2r1wxvMQXbNt9HtAPDwhvJdAg4wuR1zIZzvuMA
NEXTAUTH_SECRET=33aJDh7HFpjNw6zuI4ewwvj-5NlRlAx5QoNA7zLmxZKv_f0XsFHpF9rzU3MY3N37

# Base URLs
NEXTAUTH_URL=http://localhost:3000
APP_URL=http://localhost:3000

# SMTP Configuration for Email
SMTP_HOST="mail.amarisbrand.com"
SMTP_PORT="465"
SMTP_USER="enquiries@amarisbrand.com"
SMTP_PASS="Aryanmichael1989&*%"
ADMIN_EMAIL="info@amarisbrand.com"

# MySQL Database Configuration
DB_HOST="localhost"
DB_USER="zvogfihs_amarisbrandcreation"
DB_PASS="Aryanmichael1989&*%"
DB_NAME="zvogfihs_amarisbrandcreation"
DB_PORT="3306"

# SEO and Analytics
NEXT_PUBLIC_LOGO_URL=""
NEXT_PUBLIC_GA_ID="G-XXXXXXXXXX"
NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION=""
NEXT_PUBLIC_GTM_ID=""
NEXT_PUBLIC_META_PIXEL_ID=""
NEXT_PUBLIC_LINKEDIN_INSIGHT_TAG=""
NEXT_PUBLIC_CLARITY_ID=""
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=""
RECAPTCHA_SECRET_KEY=""

# Application Environment
APP_ENV="development"
ENABLE_DEMO_MODE="false"
DEMO_ADMIN_EMAIL="admin@amarisbrand.com"
DEMO_ADMIN_PASSWORD="admin123"
DEMO_EDITOR_EMAIL="editor@amarisbrand.com"
DEMO_EDITOR_PASSWORD="editor123"

# Pusher Configuration
PUSHER_APP_ID="your_pusher_app_id"
NEXT_PUBLIC_PUSHER_KEY="your_pusher_key"
PUSHER_SECRET="your_pusher_secret"
NEXT_PUBLIC_PUSHER_CLUSTER="your_pusher_cluster"

# Payment Integrations
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=""
STRIPE_SECRET_KEY=""
RAZORPAY_KEY_ID=""
RAZORPAY_KEY_SECRET=""
PAYPAL_MODE="sandbox"
PAYPAL_CLIENT_ID=""
PAYPAL_CLIENT_SECRET=""
SKYDO_API_KEY=""
PAYU_MERCHANT_KEY=""
PAYU_MERCHANT_SALT=""
PAYONEER_API_USER=""
PAYONEER_API_PASS=""
WISE_API_TOKEN=""
CASHFREE_APP_ID=""
CASHFREE_SECRET_KEY=""
