-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
16 lines (13 loc) · 1019 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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="mysql://username:password!@hostname:3306/cta"
SHADOW_DATABASE_URL="mysql://username:password!@hostname:3306/cta_shadow"
# Environment variables for 32bits RPI OS. Download engines here : https://github.com/pantharshit00/prisma-rpi-builds/releases
# Uncomment these lines if you are on 32bits RPI OS
# PRISMA_QUERY_ENGINE_BINARY=/path/to/query-engine
# PRISMA_MIGRATION_ENGINE_BINARY=/path/to/migration-engine
# PRISMA_INTROSPECTION_ENGINE_BINARY=introspection-engine
# PRISMA_FMT_BINARY=/path/to/prisma-fmt
# PRISMA_QUERY_ENGINE_LIBRARY=/path/to/libquery_engine_napi.so