15 lines
740 B
Bash
15 lines
740 B
Bash
VITE_BASE_URL=http://localhost:3000
|
|
VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2
|
|
SMTP_USER=rentalservicekg@yandex.ru
|
|
SMTP_APP_PASSWORD=uljislsoihthciju
|
|
|
|
|
|
# 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
|
|
|
|
DATABASE_URL="file:./database.db" |