# 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