Skip to content

Commit 4a783b4

Browse files
authored
Create env.example
1 parent 7fd1a52 commit 4a783b4

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

examples/rybbit/env.example

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Domain and URL Configuration
2+
DOMAIN_NAME=demo.rybbit.com
3+
BASE_URL="https://${DOMAIN_NAME}"
4+
5+
# Authentication and Security
6+
BETTER_AUTH_SECRET=insecure-secret
7+
DISABLE_SIGNUP=false
8+
DISABLE_TELEMETRY=true
9+
10+
# Webserver Configuration
11+
# Set to false to disable the built-in Caddy webserver
12+
USE_WEBSERVER=true
13+
14+
# ClickHouse Database Configuration
15+
CLICKHOUSE_DB=analytics
16+
CLICKHOUSE_USER=default
17+
CLICKHOUSE_PASSWORD=frog
18+
19+
# PostgreSQL Database Configuration
20+
POSTGRES_DB=analytics
21+
POSTGRES_USER=frog
22+
POSTGRES_PASSWORD=frog
23+
24+
# External Service Tokens (optional)
25+
MAPBOX_TOKEN=

0 commit comments

Comments
 (0)