forked from bjut-swift/swifts-nest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
31 lines (25 loc) · 908 Bytes
/
.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
28
29
30
31
# View & likes tracking
DATABASE_URL="postgresql://clarence:@localhost:5432/theodorusclarence"
DIRECT_DATABASE_URL="postgresql://clarence:@localhost:5432/theodorusclarence"
IP_ADDRESS_SALT=
# Dev.to Credentials for getting views
DEVTO_KEY=
# Dev tools page hidden route
ADMIN_PASSWORD=admin
# Revue Subscription (Unused)
REVUE_TOKEN=
# Client .envs
# These envs are feature flagged in constants/env.ts. No need to fill them in if you won't use it
NEXT_PUBLIC_FEEDBACK_FISH_ID=
NEXT_PUBLIC_BLOCK_DOMAIN_WHITELIST="theodorusclarence.com"
NEXT_PUBLIC_UMAMI_WEBSITE_ID=
# Used for remote refresh in development
remoteRefreshPort="8080"
# Feature flags
# NEXT_PUBLIC_FLAG_COMMENT="true"
# NEXT_PUBLIC_FLAG_CONTENT_META="true"
# NEXT_PUBLIC_FLAG_SPOTIFY="true"
# NEXT_PUBLIC_FLAG_NEWSLETTER="true"
# NEXT_PUBLIC_FLAG_SAY_HELLO="true"
# NEXT_PUBLIC_FLAG_FEEDBACK="true"
# NEXT_PUBLIC_META_BLOCK_DOMAIN="true"