-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
36 lines (31 loc) · 1.5 KB
/
.env.example
File metadata and controls
36 lines (31 loc) · 1.5 KB
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
# Polis CLI Environment Configuration
# Copy this file to .env and customize for your setup
#
# Precedence: Environment variables > .env > .well-known/polis > defaults
# =============================================================================
# REQUIRED: Your Public Domain
# =============================================================================
# The public URL where your content will be served
# Example: https://alice.example.com
POLIS_BASE_URL=https://your-domain.com
# =============================================================================
# DISCOVERY SERVICE CONFIGURATION
# =============================================================================
# Base URL for the discovery service API
# Default: https://ltfpezriiaqvjupxbttw.supabase.co/functions/v1
DISCOVERY_SERVICE_URL=https://ltfpezriiaqvjupxbttw.supabase.co/functions/v1
# Discovery service API key for authentication
# Required for blessing operations
DISCOVERY_SERVICE_KEY=your-api-key-here
# =============================================================================
# OPTIONAL: Custom Directory/File Paths
# =============================================================================
# These can also be configured in .well-known/polis for per-site settings
# Uncomment and modify to override defaults
# KEYS_DIR=.polis/keys
# POSTS_DIR=posts
# COMMENTS_DIR=comments
# VERSIONS_DIR_NAME=.versions
# PUBLIC_INDEX=metadata/public.jsonl
# BLESSED_COMMENTS=metadata/blessed-comments.json
# FOLLOWING_INDEX=metadata/following.json