39 lines
1.3 KiB
Bash
39 lines
1.3 KiB
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
|
|
POSTGRES_USER=root
|
|
POSTGRES_PASSWORD=irina76
|
|
POSTGRES_DB=imk_db
|
|
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/imk_db?schema=public"
|
|
#DATABASE_URL="postgresql://root:irina76@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
|
|
|
|
#Email Configuration
|
|
# SMTP_HOST=smtp.gmail.com
|
|
# SMTP_PORT=587
|
|
# SMTP_USER=taratur@gmail.com
|
|
# SMTP_PASS=dziy nccc svgg bovb
|
|
# EMAIL_FROM=taratur@gmail.com
|
|
|
|
SMTP_HOST=imk.mk
|
|
SMTP_PORT=465
|
|
SMTP_USER=mailer@imk.mk
|
|
SMTP_PASS=76Avtostoperski76
|
|
SMTP_FROM=mailer@imk.mk
|
|
# FRONTEND_URL=https://imk.mk
|
|
EMAIL_FROM=mailer@yandex.com
|
|
|
|
ADMIN_EMAIL=taratur@gmail.com
|
|
|
|
# default app ADMIN
|
|
DEFAULT_ADMIN_EMAIL=taratur@gmail.com
|
|
DEFAULT_ADMIN_PASSWORD=irina7654321
|
|
DEFAULT_ADMIN_NAME=admin
|