-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 926 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (17 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Session encryption secret (must be at least 32 characters)
COOKIE_SECRET=your-32-character-secret-here-change-me
# Public URL for production (leave empty for localhost development)
PUBLIC_URL=
# ES256 Private Key in JWK format for confidential client authentication
# Required in production. Generate with scripts/generate-jwk.js
# In development, falls back to public client mode if not set
ATPROTO_JWK_PRIVATE=
# Admin DID — the ATProto identity that can manage the curated list
# NEXT_PUBLIC_ prefix makes it available in both server and client code
NEXT_PUBLIC_ADMIN_DID=did:plc:pgwr6hkosgznfl5nz7egajei
# Google Analytics 4 Measurement ID (e.g. G-XXXXXXXXXX).
# Leave empty to disable Google Analytics. NEXT_PUBLIC_ prefix exposes it to the client.
NEXT_PUBLIC_GA_ID=
# GraphQL indexer URL for org.plresearch.* records
# Default: https://api.hi.gainforest.app/graphql
# INDEXER_URL=http://localhost:4000/graphql