20 lines
905 B
Bash
20 lines
905 B
Bash
# Environment variables declared in this file are automatically made available to Prisma.
|
|
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
|
|
|
|
# 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="postgresql://root:admin@localhost:5432/imk?schema=public"
|
|
JWT_SECRET=some-secret
|
|
AWS_REGION=EU2
|
|
AWS_ACCESS_KEY_ID=4d2f5655369a02100375e3247d7e1fe6
|
|
AWS_SECRET_ACCESS_KEY=6d4723e14c0d799b89948c24dbe983e4
|
|
AWS_S3_BUCKET_NAME=imk-data
|
|
AWS_ENDPOINT_URL=https://eu2.contabostorage.com
|
|
SMTP_HOST=imk.mk
|
|
SMTP_PORT=465
|
|
SMTP_USER=mailer@imk.mk
|
|
SMTP_PASSWORD=76Avtostoperski76
|
|
SMTP_FROM=mailer@imk.mk
|
|
FRONTEND_URL=https://imk.mk
|
|
ADMIN_EMAIL=petrovskidimitar@yandex.com |