|
|
1
|
+# Environment variables declared in this file are automatically made available to Prisma.
|
|
|
2
|
+# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
|
|
|
3
|
+
|
|
|
4
|
+# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
|
|
|
5
|
+# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
|
|
|
6
|
+
|
|
|
7
|
+#DATABASE_URL="mysql://root:toor@localhost:3306/base-db"
|
|
|
8
|
+DATABASE_URL=postgresql://develop:_nRi.Xw7AGSh@postgrebd.ditopay.io:5432/ditopay?schema=public
|
|
|
9
|
+
|
|
|
10
|
+#TESTING DATABASE . CHANGE TO YOUR OWN DATA
|
|
|
11
|
+DB_HOST=base-database
|
|
|
12
|
+DB_ROOT_PASSWORD=toor
|
|
|
13
|
+DB_NAME=base-db
|
|
|
14
|
+DB_USER=admin
|
|
|
15
|
+DB_USER_PASSWORD=basePassw
|
|
|
16
|
+DB_PORT=3306
|
|
|
17
|
+DB_DRIVER=mysql
|
|
|
18
|
+PRIVATE_API_URL=http://localhost:3000
|
|
|
19
|
+CLIENT_API_KEY=45aad74a22b04b0bedeb467aa28e2c6a90a595c68618b2b557081adec152c1f2
|
|
|
20
|
+PRIVATE_API_KEY=80dc792592de35b9ac634a8a1f299cf7352e7230d1764b0a42e61b2f3422991d
|
|
|
21
|
+TOKEN_EXPIRATION="30d"
|
|
|
22
|
+TOKEN_SECRET=85712985fdd06085b3032b6d9dba16436f742e4dc650cd66e50bb20373c22f5c
|
|
|
23
|
+CLIENT_SECRET=3d0f23390356bbd818b037863376bad3c7b80da765bb20d9db80d1275f2afd88
|
|
|
24
|
+PRIVATE_SECRET=6aa003735b66842cd5ad4ac9fa3e069d12e0665a7518e313306f2b7d24ad2f92
|
|
|
25
|
+RATE_LIMIT_INTERVAL=60000
|
|
|
26
|
+RATE_LIMIT_REQUEST=10
|
|
|
27
|
+MAIN_PORT=5000
|
|
|
28
|
+ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001 |
|
|
\ No newline at end of file |
...
|
...
|
|