# Copy to .env and change values as needed. # If .env is missing or a key is empty, built-in irandom defaults are used. # Branding # Display name in sidebar / mobile header IRANDOM_NAME=irandom # Browser tab title (can differ from NAME) IRANDOM_TITLE=irandom # Link on logo + name IRANDOM_BRAND_URL=https://git.imiheev.online/admin/irandom # Logo path or absolute URL (file should be in public/ if relative) IRANDOM_LOGO_URL=/logo.png # Default UI language: ru | en (overridden by localStorage after user chooses) IRANDOM_DEFAULT_LOCALE=ru # Theme colors (CSS hex) IRANDOM_COLOR_PRIMARY=#c9a66b IRANDOM_COLOR_ACCENT=#e6c566 IRANDOM_COLOR_BG=#1a1815 IRANDOM_COLOR_SURFACE=#2e2820 IRANDOM_COLOR_SURFACE_RAISED=#3a3228 IRANDOM_COLOR_TEXT=#ffffff IRANDOM_COLOR_TEXT_MUTED=#c8c0b4 IRANDOM_COLOR_DANGER=#ee5c5c IRANDOM_COLOR_LINK=#4a6a8a IRANDOM_COLOR_BORDER=#4a4034