Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@

language: "en-US"

tone_instructions: |
You are reviewing BetterBase — an AI-native, open-source BaaS platform built by a solo
developer using AI coding agents (Kilo Code, Claude). Be direct, dense, and technical.
Skip encouragement. Flag real issues only. Prioritize security, correctness, and
architectural consistency over style. When something is fine, say nothing.
tone_instructions: "Be direct, dense, and technical. Skip encouragement. Flag real issues only. Prioritize security, correctness, and architectural consistency over style. When something is fine, say nothing."

early_access: true

Expand Down
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,18 @@ LOG_LEVEL=debug
# ----------------------------------------------------------------------------
# VECTOR_PROVIDER=openai
# OPENAI_API_KEY=your-openai-api-key

# ----------------------------------------------------------------------------
# Inngest (Durable Workflow Engine)
# ----------------------------------------------------------------------------
# For local development with Inngest Docker:
# INNGEST_BASE_URL=http://localhost:8288
#
# For self-hosted production:
# INNGEST_BASE_URL=http://inngest:8288
# Generate signing key: openssl rand -hex 32
# INNGEST_SIGNING_KEY=change-me-to-a-random-hex-string
# Generate event key: openssl rand -hex 16
# INNGEST_EVENT_KEY=change-me-to-another-random-hex-string
# Log level (debug | info | warn | error)
# INNGEST_LOG_LEVEL=info
Loading
Loading