-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
27 lines (17 loc) · 1.01 KB
/
.env.example
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
# 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:password@localhost:5432/mydatabase?schema=public"
# Dont need this as we are authenticating with user web3 wallet =>
# GOOGLE_CLIENT_ID="your-google-client-id"
# GOOGLE_CLIENT_SECRET="your-google-client-secret"
# GITHUB_ID="your-github-id"
# GITHUB_SECRET="your-github-secret"
NEXTAUTH_SECRET="your-next-auth-secret"
AWS_ACCESS_KEY_ID="your-aws-access-key"
AWS_SECRET="your-aws-secret"
AWS_REGION="your-aws-region"
AWS_BUCKET_NAME="your-aws-bucket-name"
NEXT_PUBLIC_CLOUDFRONT_URL="your-cloudfront-url"
NEXT_PUBLIC_OWNER_SOL_ADDRESS="your-owner-sol-address"