This commit introduces multiple new UI components for the project. The added components include ToggleGroup, RadioGroup, Pagination, ToastBox, Textarea, Breadcrumb, Skeleton, Collapsible, Checkbox, Calendar, Accordion, Sonner, and CopyButton. These components enhance the flexibility and functionality of the UI, providing essential elements for better user interaction.
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
PORT=3333
|
|
|
|
POSTGRES_HOST=127.0.0.1
|
|
POSTGRES_PORT=5434
|
|
POSTGRES_DATABASE=
|
|
POSTGRES_USER=
|
|
POSTGRES_PASSWORD=
|
|
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DATABASE}?schema=public&connection_limit=1
|
|
|
|
SMTP_PASSWORD=""
|
|
SMTP_EMAIL=""
|
|
SMTP_HOST=""
|
|
|
|
JWT_SECRET= |