forked from dya-only/Unnamed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
16 lines (11 loc) · 866 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GOOGLE_OAUTH_CLIENT_ID="870072489503-28hbupk1iscump8po398uqgpp8g4kl5r.apps.googleusercontent.com"
GOOGLE_OAUTH_SECRET_PW="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"
KAKAO_OAUTH_JS_KEY="da67909b86ab4ecd2c6c0fe94c1d65b7"
YOUTUBE_API_KEY="AIzaSyBGJ0_EWoFbTmXu6q19jmqBDGOQ46hqxcY"
# 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://johndoe:randompassword@localhost:5432/mydb?schema=public"
DATABASE_URL="file:../db/dev.db"