import { Card, CardContent, CardHeader, CardTitle } from 'ui' import { DocsButton } from '@/components/ui/DocsButton' import { DOCS_URL } from '@/lib/constants' export function SettingsDatabaseEmptyStateLocal() { return ( <> Local development & CLI

Configure database settings in{' '} briven/config.toml — applied automatically on briven start.

Self-Hosted Briven

Change settings in{' '} .env file {' '} and{' '} docker-compose.yml .

) }