Files
metabuilder/deployment/env/.env.example
T
git 5c801b7298 refactor(fakemui): promote directories to first-class naming
Directory Renamings (git moves preserve history):
- qml/components-legacy/ → qml/hybrid/ (QML/JS hybrid components)
- legacy/utilities/ → utilities/ (core utilities)
- legacy/migration-in-progress/ → wip/ (work-in-progress)
- qml/qml-components/qml-components/ → qml/components/ (flatten nesting)

Removals:
- legacy/ directory (now empty)
- python/fakemui/ (empty directory)
- python/ (now empty)

Documentation Updates:
- STRUCTURE.md: All path references updated to reflect new structure
- docs/ACCESSIBILITY_STATUS.md: legacy/migration-in-progress/ → wip/
- qmldir: Updated all 135 component registrations (qml-components/ → components/)

Result:
- No "legacy" terminology in directory names
- No redundant nesting (qml/qml-components/qml-components/)
- All directories have first-class, descriptive names
- 135 QML component registrations updated in qmldir
- Full git history preserved through rename tracking

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-23 18:35:10 +00:00

24 lines
752 B
Bash

# Prisma Database URL
# For local development with SQLite
DATABASE_URL="file:./dev.db"
# For production with PostgreSQL (recommended)
# DATABASE_URL="postgresql://user:password@localhost:5432/metabuilder?schema=public"
# For production with MySQL
# DATABASE_URL="mysql://user:password@localhost:3306/metabuilder"
# SMTP Relay Configuration (Postfix simulation mode)
GMAIL_USERNAME=relay@metabuilder.local
GMAIL_APP_PASSWORD=dummy
FORWARD_TO=admin@metabuilder.local
# Postfix Configuration
POSTFIX_myhostname=metabuilder.local
POSTFIX_mydomain=metabuilder.local
POSTFIX_mynetworks=127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
POSTFIX_RELAYHOST=
POSTFIX_SMTP_SASL_AUTH=no
POSTFIX_SMTP_SASL_PASSWD=
POSTFIX_TLS_LEVEL=may