# 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="postgresql://postgres:postgres@localhost:5437/notificationdb"


JWT_SECRET="d30147796cbc5f92603e61c1001e747cb9670bdec6f79f8312d92a37f81f0139"
JWT_EXPIRES_IN="7d"

SMTP_USER="mullaass19@gmail.com"
SMTP_PASS="zcbi ihhg ovxh qols"
SMTP_FROM="Muhammet Ulaş <mullaass19@gmail.com>"

WEB_APP_BASE_URL="http://localhost:3000"

ONESIGNAL_APP_ID="5212765e-661c-49e5-bd29-4937684aca5c"
ONESIGNAL_REST_API_KEY="os_v2_app_kijhmxtgdre6lpjjje3wqswklsouwiavq5fergvqirbfv6lqvmudmjo7rjlehqydhikl6a7l7p4jdmtsleryt7dd5wbmvtq2bjbhrcq"


# 🔻 Yeni eklediklerimiz:
ONESIGNAL_ENABLED="true"   # Geçici kapatmak istersen "false" yaparsın
ONESIGNAL_DRY_RUN="false"  # Local’de test için "true" yap → gerçek push gitmez, sadece log’a düşer