at main 955 B view raw
1# Linkat Directory Configuration 2# Copy this file to .env and update with your values 3 4# Primary user DID (required if no users configured) 5DIRECTORY_OWNER=did:plc:your-did-here 6 7# Hide the directory owner's card (optional, default: false) 8HIDE_OWNER_CARD=false 9 10# Multiple users (comma-separated, optional) 11# These users will be displayed alongside DIRECTORY_OWNER 12PUBLIC_LINKAT_USERS=did:plc:user1,did:web:user2,did:plc:user3 13 14# Display user banner (optional, default: false) 15DISPLAY_USER_BANNER=false 16 17# Optional: Set to 'true' to display the user's description. Defaults to 'false'. 18# Note: This only affects the display of user descriptions on the home page cards. 19DISPLAY_USER_DESCRIPTION=false 20 21# Example DIDs: 22# DIRECTORY_OWNER=did:plc:abc123def456ghi789jkl012mno345pqr678stu 23# PUBLIC_LINKAT_USERS=did:plc:user1,did:plc:user2,did:plc:user3,did:plc:user4 24 25# Publicly accessible origin for prerendering (required) 26PUBLIC_ORIGIN=http://localhost:5713