# Linkat Directory Configuration # Copy this file to .env and update with your values # Primary user DID (required if no users configured) DIRECTORY_OWNER=did:plc:your-did-here # Hide the directory owner's card (optional, default: false) HIDE_OWNER_CARD=false # Multiple users (comma-separated, optional) # These users will be displayed alongside DIRECTORY_OWNER PUBLIC_LINKAT_USERS=did:plc:user1,did:web:user2,did:plc:user3 # Display user banner (optional, default: false) DISPLAY_USER_BANNER=false # Optional: Set to 'true' to display the user's description. Defaults to 'false'. # Note: This only affects the display of user descriptions on the home page cards. DISPLAY_USER_DESCRIPTION=false # Example DIDs: # DIRECTORY_OWNER=did:plc:abc123def456ghi789jkl012mno345pqr678stu # PUBLIC_LINKAT_USERS=did:plc:user1,did:plc:user2,did:plc:user3,did:plc:user4 # Publicly accessible origin for prerendering (required) PUBLIC_ORIGIN=http://localhost:5713