mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-05-16 04:47:41 +02:00
Create env.example
This commit is contained in:
25
examples/rybbit/env.example
Normal file
25
examples/rybbit/env.example
Normal file
@@ -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=
|
||||
Reference in New Issue
Block a user