-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
32 lines (23 loc) · 979 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
NODE_ENV=development
DB_HOST="localhost"
DB_USER="postgres"
DB_PASSWORD="root"
DB_CLIENT="pg"
DB_NAME="db_youtube_app"
DB_PORT=5432
URL_API='localhost'
API_PORT=9070
API_NAME='Api de videos do youtube'
JWT_API_SECRET='teste'
URL_HOST='localhost'
URL_FRONT=''
URL_FRONT_DEV=''
GOOGLEKEY='AIzaSyAWjbvCOQd6sMzP0knJsOdbuyE_zvIc7vI'
GOOGLE_YOUTUBE_API_URL='https://www.googleapis.com/youtube/v3'
PASS_LOGIN='1234teste'
# This was inserted by `prisma init`:
# 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://postgres:root@localhost:5432/db_youtube_app?schema=public"