8 lines
309 B
Bash
8 lines
309 B
Bash
# =============================================================================
|
|
# OpenWebUI Docker Configuration
|
|
# =============================================================================
|
|
|
|
# Secret key for session management
|
|
# Generate with: openssl rand -base64 32
|
|
WEBUI_SECRET_KEY=your-secret-key-here
|