We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd1a52 commit 4a783b4Copy full SHA for 4a783b4
1 file changed
examples/rybbit/env.example
@@ -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