-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
112 lines (85 loc) · 3.83 KB
/
.env.example
File metadata and controls
112 lines (85 loc) · 3.83 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# ============================================
# PUBKY ENVIRONMENT CONFIGURATION
# ============================================
# Environment: testnet | staging | production
# - testnet: Local development with local homeserver and relay
# - staging: Staging environment (default for development)
# - production: Production environment
NEXT_PUBLIC_PUBKY_ENV=production
# ============================================
# DEBUG CONFIGURATION
# ============================================
# Whether debug mode toggle is available
# NEXT_PUBLIC_DEBUG_AVAILABLE=false
# ============================================
# APP CONFIGURATION
# ============================================
# App name displayed in the UI
# Default: Eventky
# NEXT_PUBLIC_APP_NAME=Eventky
# App version displayed in the sidebar footer
# Default: 0.1.0 (from package.json)
# NEXT_PUBLIC_APP_VERSION=0.1.0
# GitHub repository URL for source code link
# If set, displays a "Source code" link in the sidebar footer
# NEXT_PUBLIC_GITHUB_REPO=https://github.com/yourusername/eventky
# ============================================
# HOMESERVER CONFIGURATION
# ============================================
# Homeserver Public Key
# If not set, uses the default for the selected environment:
# - testnet: 8pinxxgqs41n4aididenw5apqp1urfmzdztr8jt4abrkdn435ewo
# - staging: ufibwbmed6jeq9k4p583go95wofakh9fwpp4k734trq79pd9u1uy
# - production: ufibwbmed6jeq9k4p583go95wofakh9fwpp4k734trq79pd9u1uy
# NEXT_PUBLIC_PUBKY_HOMESERVER=ufibwbmed6jeq9k4p583go95wofakh9fwpp4k734trq79pd9u1uy
# ============================================
# PKARR RELAY CONFIGURATION
# ============================================
# Comma-separated list of PKARR HTTPS relays for resolving homeservers
# Defaults (matching pubky-app):
# - https://pkarr.pubky.app
# - https://pkarr.pubky.org
# Example override:
# NEXT_PUBLIC_PKARR_RELAYS=https://pkarr.pubky.app,https://pkarr.pubky.org
# ============================================
# HTTP RELAY CONFIGURATION (QR Authentication)
# ============================================
# HTTP Relay URL for QR code authentication
# If not set, uses the default for the selected environment:
# - testnet: http://localhost:15412/link
# - staging: https://httprelay.staging.pubky.app/link/
# - production: https://httprelay.pubky.app/link/
#
# For testnet with network access (QR auth from mobile):
# Use your machine's local network IP (e.g., http://192.168.1.X:15412/link)
# NEXT_PUBLIC_PUBKY_RELAY=https://httprelay.staging.pubky.app/link/
# ============================================
# GATEWAY CONFIGURATION (pubky:// URL Resolution)
# ============================================
# Gateway URL for resolving pubky:// URLs to HTTP
# Used for profile images and other resources
# If not set, uses the default for the selected environment:
# - testnet: http://localhost:8080
# - staging: https://gateway.staging.pubky.app
# - production: https://gateway.pubky.app
# NEXT_PUBLIC_PUBKY_GATEWAY=https://gateway.staging.pubky.app
# ============================================
# PROFILE CONFIGURATION
# ============================================
# Profile Path in Pubky storage
# Default: /pub/pubky.app/profile.json
# Only change if using a custom profile schema
# NEXT_PUBLIC_PUBKY_PROFILE_PATH=/pub/pubky.app/profile.json
# ============================================
# PUBKY APP CONFIGURATION (External Links)
# ============================================
# Pubky App Profile URL Base
# Used for linking to user profiles on pubky.app or a local instance
# Default for each environment:
# - testnet: http://localhost:3000/profile
# - staging: https://staging.pubky.app/profile
# - production: https://pubky.app/profile
#
# The user's public key will be appended to this URL
# Example: https://pubky.app/profile/ihgjy51fdnaingcp8rum1omfzd6p8bhm7usune41grd97dho5cwy
# NEXT_PUBLIC_PUBKY_APP_PROFILE_URL=https://pubky.app/profile