From 4a783b405714c44bf51da4e80d94b27966fe5e1a Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 22 Mar 2026 23:41:04 +0100 Subject: [PATCH] Create env.example --- examples/rybbit/env.example | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/rybbit/env.example diff --git a/examples/rybbit/env.example b/examples/rybbit/env.example new file mode 100644 index 0000000..f45fbf2 --- /dev/null +++ b/examples/rybbit/env.example @@ -0,0 +1,25 @@ +# Domain and URL Configuration +DOMAIN_NAME=demo.rybbit.com +BASE_URL="https://${DOMAIN_NAME}" + +# Authentication and Security +BETTER_AUTH_SECRET=insecure-secret +DISABLE_SIGNUP=false +DISABLE_TELEMETRY=true + +# Webserver Configuration +# Set to false to disable the built-in Caddy webserver +USE_WEBSERVER=true + +# ClickHouse Database Configuration +CLICKHOUSE_DB=analytics +CLICKHOUSE_USER=default +CLICKHOUSE_PASSWORD=frog + +# PostgreSQL Database Configuration +POSTGRES_DB=analytics +POSTGRES_USER=frog +POSTGRES_PASSWORD=frog + +# External Service Tokens (optional) +MAPBOX_TOKEN=