-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
19 lines (16 loc) · 1.17 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# See config.ts for list of server config variables
# See src/config.ts for list of client config variables
# Leave blank to allow access to all features without login
VITE_FIREBASE_CONFIG={"apiKey": "AIzaSyCJzOiHBTvQ6oxlUQQXZ8WzhlTL3_WQOJg","authDomain": "sign-in-watchparty.firebaseapp.com","projectId": "sign-in-watchparty","storageBucket": "sign-in-watchparty.appspot.com","messagingSenderId": "1007219792636","appId": "1:1007219792636:web:22e9e30f55eea963755579","measurementId": "G-Z3CLENMHYH"}
# VITE_FIREBASE_CONFIG={"apiKey":"AIzaSyA2fkXeFokJ-Ei_jnzDso5AmjbIaMdzuEc",
# "authDomain":"watchparty-273604.firebaseapp.com",
# "databaseURL":"https://watchparty-273604.firebaseio.com",
# "projectId":"watchparty-273604",
# "storageBucket":"watchparty-273604.appspot.com",
# "messagingSenderId":"769614672795",
# "appId":"1:769614672795:web:54bbda86288ab1a034273e"}
# All other config is optional (see README)
YOUTUBE_API_KEY='AIzaSyCSjYKWdHnqbYoUhDiqn5FP8wgjy-lUHlY'
# FIREBASE_ADMIN_SDK_CONFIG=REPLACE_ME
DATABASE_URL=postgresql://default:EPdAR1jx5bVs@ep-red-darkness-a165z34b.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require
# REDIS_URL=localhost:6379