clone of repo on github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
487 B

# Alexandria Environment Variables
# Enable mock data for development/testing
# Set to "true" to use lorem ipsum test comments instead of fetching from relays
VITE_USE_MOCK_COMMENTS=true
# Set to "true" to use position-based test highlights instead of fetching from relays
VITE_USE_MOCK_HIGHLIGHTS=true
# Set to "true" to mock event publishing (no actual relay publishing, useful for testing UI)
VITE_MOCK_PUBLISH=true
# Enable debug logging for relay connections
DEBUG_RELAYS=false