Skip to content

Commit a6105f8

Browse files
committed
updated:readme
1 parent dd32aab commit a6105f8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.env

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
# Environment variables declared in this file are automatically made available to Prisma.
3+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
24

3-
DATABASE_URL="postgresql://postgres.uycuryvjjhznvsfumxre:[email protected]:5432/postgres"
4-
JWT_SECRET="roshanishacker"
5+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
6+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
7+
8+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
9+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
10+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
11+
12+
# add you own url and secret key
13+
DATABASE_URL="postgresql://username:password@host:port/database"
14+
JWT_SECRET="your-secret-key"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.env.local
66

77
/src/generated/prisma
8+
.env.local

0 commit comments

Comments
 (0)