.env
1.31 KB
# 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://root:toor@localhost:3306/base-db"
DATABASE_URL=postgresql://develop:_nRi.Xw7AGSh@postgrebd.ditopay.io:5432/ditopay?schema=public
#TESTING DATABASE . CHANGE TO YOUR OWN DATA
DB_HOST=base-database
DB_ROOT_PASSWORD=toor
DB_NAME=base-db
DB_USER=admin
DB_USER_PASSWORD=basePassw
DB_PORT=3306
DB_DRIVER=mysql
PRIVATE_API_URL=http://localhost:3000
CLIENT_API_KEY=45aad74a22b04b0bedeb467aa28e2c6a90a595c68618b2b557081adec152c1f2
PRIVATE_API_KEY=80dc792592de35b9ac634a8a1f299cf7352e7230d1764b0a42e61b2f3422991d
TOKEN_EXPIRATION="30d"
TOKEN_SECRET=85712985fdd06085b3032b6d9dba16436f742e4dc650cd66e50bb20373c22f5c
CLIENT_SECRET=3d0f23390356bbd818b037863376bad3c7b80da765bb20d9db80d1275f2afd88
PRIVATE_SECRET=6aa003735b66842cd5ad4ac9fa3e069d12e0665a7518e313306f2b7d24ad2f92
RATE_LIMIT_INTERVAL=60000
RATE_LIMIT_REQUEST=10
MAIN_PORT=5000
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001