-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 891 Bytes
/
.env.example
File metadata and controls
28 lines (24 loc) · 891 Bytes
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
CLOUDBEAVER_VERSION_TAG=26.0.0
IMAGE_SOURCE=dbeaver
PODMAN_IMAGE_SOURCE=docker.io/dbeaver
COMPOSE_PROJECT_NAME=dbeaver
CLOUDBEAVER_WEB_SERVER_PORT=8978
# Type of web server. Supported values: nginx, haproxy
PROXY_TYPE=nginx
# Supported db drivers:
# - for postgresql use 'postgres-jdbc' driver.
# - for mysql or mariadb use 'mariaDB' driver.
# - for oracle use 'oracle_thin' driver.
# - for sql server use 'microsoft' driver.
CLOUDBEAVER_DB_DRIVER=postgres-jdbc
CLOUDBEAVER_DB_URL=jdbc:postgresql://postgres:5432/cloudbeaver
CLOUDBEAVER_DB_USER=postgres
CLOUDBEAVER_DB_PASSWORD=
CLOUDBEAVER_DB_SCHEMA=cb
CLOUDBEAVER_QM_DB_DRIVER=${CLOUDBEAVER_DB_DRIVER}
CLOUDBEAVER_QM_DB_URL=${CLOUDBEAVER_DB_URL}
CLOUDBEAVER_QM_DB_USER=${CLOUDBEAVER_DB_USER}
CLOUDBEAVER_QM_DB_PASSWORD=${CLOUDBEAVER_DB_PASSWORD}
CLOUDBEAVER_QM_DB_SCHEMA=qm
# Java tool options for JVM configuration
JAVA_TOOL_OPTIONS=