-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 893 Bytes
/
.env.example
File metadata and controls
24 lines (21 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Prisma
DATABASE_URL="postgresql://postgres:postgres@localhost:5481/fs_nextjs_starter_kit?schema=public"
# Used for the production environment for migrations
DIRECT_URL="postgresql://postgres:postgres@localhost:5481/fs_nextjs_starter_kit?schema=public"
# Better-Auth
BETTER_AUTH_SECRET=SomeRandomSecretKey
NEXT_PUBLIC_APP_URL=http://localhost:3002 #Base URL of your app
# Freemius - Do not expose these to the frontend.
# You can copy from the Settings page of your product.
# https://freemius.com/help/documentation/saas-sdk/js-sdk/installation/#retrieving-keys-from-the-developer-dashboard
FREEMIUS_PRODUCT_ID=
FREEMIUS_API_KEY=
FREEMIUS_SECRET_KEY=
FREEMIUS_PUBLIC_KEY=
# Pricing Ids for Mapping
FREEMIUS_PRICING_ID_STARTER=
FREEMIUS_PRICING_ID_PROFESSIONAL=
FREEMIUS_PRICING_ID_BUSINESS=
FREEMIUS_PRICING_ID_TOPUP_1000=
FREEMIUS_PRICING_ID_TOPUP_5000=
FREEMIUS_PRICING_ID_TOPUP_10000=