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.
11 lines
370 B
11 lines
370 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 |
|
|
|
# Enable debug logging for relay connections |
|
DEBUG_RELAYS=false
|
|
|