15 lines
730 B
Bash
15 lines
730 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: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
|
|
|