-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
32 lines (23 loc) · 1.17 KB
/
.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
# ----------- Do not expose your Neon credentials to the browser------
# PGHOST='ep-withered-poetry-a5namp1l-pooler.us-east-2.aws.neon.tech'
# PGDATABASE='e-learning-plateform'
# PGUSER='e-learning-plateform_owner'
# PGPASSWORD='rCNs6ycIQo2z'
# ENDPOINT_ID='ep-withered-poetry-a5namp1l-pooler'
# -----------------localhost databse-----------------
PGHOST='localhost'
PGDATABASE='e-learning-plateform'
PGUSER='postgres'
PGPASSWORD='admin'
# ------------end-------------
PORT=3005
JWT_SECRET=MIICXAIBAAKBgQDcHKPond6iAnJjXzHuvXDmTx8MadjpHxNLfJdh2ZEiZIHMR/IGZETTj8f5MaA6zRSSgHW1z+6+ZDsqycikelRA1RT7OXoOiU+9i10QGwZXQ/tN7+PdfKq1S7anGq2KA+62G0Y48WifTKzdsd7OTl+UNlVTnymtmRQUJhL/bfXEDQIDAQABAoGAdoqaH6n9/6RvtGLNQnUV+4L7BrVuk0YgHxRPduw0RKB6YukQSC7x/jo+CU+XqnNONAQo4KzGOBVE5Ctd+m7DNlOb5E/Et4TD4ficmf0BLRx05UXxrkfYRxJJe1P3
# ---------------- resend email configration
RESEND_EMAIL_API_KEY='re_178JQuPv_82tPmxStyMmpfZ5ih78K92W1'
RESEND_EMAIL_FROM='[email protected]'
#-----------------end----------------------
# cloudinary-----------------
CLOUDINARY_NAME='dviyypyeg'
CLOUDINARY_API_KEY='935218316474835'
CLOUDINARY_API_SECRET='3K0xupjTUxlYELLqAABUuuqmRSk'
#----------------end-----------------