FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rybbit/.env.example at master · aassaly/rybbit · GitHub
aassaly
/
rybbit
Public
forked from
rybbit-io/rybbit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rybbit
/
.env.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (23 loc) · 736 Bytes
Breadcrumbs
rybbit
/
.env.example
Copy path
File metadata and controls
28 lines (23 loc) · 736 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
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
#
Webserver Configuration
#
Set to false to disable the built-in Caddy webserver
USE_WEBSERVER
=
true
#
Host port mappings - these control how services are exposed
#
Format: "host_binding:container_port" or "port:container_port"
HOST_BACKEND_PORT
=
127.0.0.1:3001
HOST_CLIENT_PORT
=
127.0.0.1:3002
#
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
=
Back
|
FazBrowse Home
|
New Git URL