###! POSTGRES ###
POSTGRES_HOST=postgresql
POSTGRES_PORT=5432
POSTGRES_PORT_MAPPING=54333
POSTGRES_DB=learn_nest_service
POSTGRES_USER=learn-nest
POSTGRES_PASSWORD=learn

# This was inserted by `prisma init`:
# 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://learn-nest:learn@localhost:54333/learn_nest_service?schema=public"


JSON_TOKEN_KEY='asjdiu1q2893u123j1h4ui1yu2y3'

PRODUCT_KEY_SECRET='asjdiu1q2893u123'