forked from mrbff/trascendence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
21 lines (16 loc) · 1.13 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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://username:password@localhost:port/db_name?schema=public"
POSTGRES_USER=postgres
POSTGRES_PASSWORD=123
POSTGRES_DB=nest_db
DATABASE_URL="postgresql://postgres:123@post:5432/nest_db?schema=public"
IP="10.11.6.1"
JWT_SECRET='zjP9h6ZI5LoSKCRj'
JWT_EXPIRES_IN= '1h'
ROUNDS_OF_HASHING= 10
FORTYTWO_CLIENT_ID= 'u-s4t2ud-e797d3ef52f9d987e377e92ed366896986ec29560dad2508e86753091805c099'
FORTYTWO_CLIENT_SECRET= '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'
FT_API_URL= 'https://api.intra.42.fr/oauth/authorize?client_id=u-s4t2ud-e797d3ef52f9d987e377e92ed366896986ec29560dad2508e86753091805c099&redirect_uri=http%3A%2F%2F10.11.6.1%3A8080%2Flogin&response_type=code'