rybbit/.env.example
Bill Yang 31951e613d
email organization invites (#272)
* email organization invites

* email organization invites

* feat: implement organization invitation functionality and replace AddMemberDialog with InviteMemberDialog

* fix: update invitation email logo source to use a stable URL

* style: enhance invitation email design with updated colors, layout adjustments, and new invite badge

* style: update invitation email footer and text formatting for improved readability

* refactor: remove unused email sending function and clean up invitation email structure

* wip
2025-05-17 14:57:32 -07:00

27 lines
710 B
Text

# Domain and URL Configuration
DOMAIN_NAME=demo.rybbit.io
BASE_URL="https://${DOMAIN_NAME}"
# Authentication and Security
BETTER_AUTH_SECRET=insecure-secret
DISABLE_SIGNUP=false
# Webserver Configuration
# Set to false to disable the built-in Caddy webserver
USE_WEBSERVER=true
# Host port mappings - these control how services are exposed
# Format: "host_binding:container_port" or "port:container_port"
HOST_BACKEND_PORT=127.0.0.1:3001
HOST_CLIENT_PORT=127.0.0.1:3002
# ClickHouse Database Configuration
CLICKHOUSE_DB=analytics
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=frog
# PostgreSQL Database Configuration
POSTGRES_DB=analytics
POSTGRES_USER=frog
POSTGRES_PASSWORD=frog
RESEND_API_KEY=rs_XXXXXXX