Compare commits

..

3 Commits

Author SHA1 Message Date
alsaze
b6855bc2a7 Merge remote-tracking branch 'origin/master'
All checks were successful
Deploy / build (push) Successful in 50s
# Conflicts:
#	.env
2025-12-10 13:15:44 +03:00
alsaze
4699f2ed86 init prysma 2025-12-10 13:15:30 +03:00
alsaze
3123ff8727 init prysma 2025-12-10 13:15:22 +03:00
3 changed files with 5 additions and 11 deletions

10
.env
View File

@@ -2,14 +2,4 @@ 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"

View File

@@ -1,2 +1,5 @@
VITE_BASE_URL=http://localhost:3000
VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2
VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2
SMTP_USER=rentalservicekg@yandex.ru
SMTP_APP_PASSWORD=uljislsoihthciju
DATABASE_URL="file:./database.db"

View File

@@ -15,6 +15,7 @@ ENV VITE_BASE_URL=https://rental.koptilnya.xyz
ENV VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2
ENV SMTP_USER=rentalservicekg@yandex.ru
ENV SMTP_APP_PASSWORD=uljislsoihthciju
ENV DATABASE_URL="file:./database.db"
EXPOSE 80