-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.env
32 lines (22 loc) · 1.09 KB
/
sample.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
# 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:postgres@localhost:5432/aspirants-local?schema=public
AUTH_GOOGLE_ID=YOUR_GOOGLE_OAUTH_CLIENT_ID
AUTH_GOOGLE_SECRET=YOUR_GOOGLE_OAUTH_CLIENT_SECRET
NEXTAUTH_SECRET=NEXT_AUTH_SECRET
NEXTAUTH_URL=http://localhost:8080
NODE_ENV=development
GEMINI_API_KEY=YOUR_GEMINI_API_KEY
NEXT_PUBLIC_BASE_URL=http://localhost:8080
API_BASE_URL=http://localhost:8080
AWS_ACCESS_KEY_ID=YOUR_AWS_SDK_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY=YOUR_AWS_SDK_SECRET_ACCESS
AWS_S3_BUCKET_NAME=DEV_BUCKET_TO_STORE_ANSWER
AWS_REGION=AWS_REGION
#RATE LIMITING AND CACHE
UPSTASH_REDIS_URL=''
UPSTASH_REDIS_TOKEN=''
DEFAULT_API_TOKENS=1
DEFAULT_API_TOKEN_FILLED_AFTER=1d