generated from t3-oss/create-t3-turbo
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
.env.production.example
56 lines (43 loc) · 1.59 KB
/
.env.production.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Environment Variables Configuration
# -------------------
# .env.production
# -------------------
# Configuration for the production or final environment to ensure your project operates correctly in a production setting.
# -------------------
# IMPORTANT NOTICE
# -------------------
# Do not store any sensitive information in this file, as it will be committed to version control.
# If you clone this repository, create a copy named `.env.local` and populate it with your secrets.
# -------------------
# Prisma Configuration
# -------------------
# Database connection URL for Prisma.
# Replace [PASSWORD] with the actual password, which is generated in the Supabase platform.
## Use with Supabase
# DATABASE_URL="postgresql://postgres:[PASSWORD]@db.elnalpjubvyknvqaawva.supabase.co:5432/postgres"
## Use with Docker - DB
# DATABASE_URL="postgresql://root:admin@localhost:5432/started-db?schema=public"
## Use with Docker - APP/DB
DATABASE_URL=
# -------------------
# Next Auth Configuration
# -------------------
# Configure Next Auth settings.
# Generate a new secret with: `openssl rand -base64 32`
# For more details, refer to: https://next-auth.js.org/configuration/options#secret
NEXTAUTH_SECRET="supersecret"
NEXTAUTH_URL="http://localhost:3000"
# -------------------
# Lemon Squeezy Configuration
# -------------------
# Configure Lemon Squeezy settings.
# Add the appropriate URL and API key.
LEMON_SQUEEZY_URL=
LEMON_SQUEEZY_API_KEY=
# -------------------
# Twitter Configuration
# -------------------
# Configure Twitter API credentials.
# Twitter
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=