mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-08-17 21:25:55 +02:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
HULY_VERSION=v0.6.501
|
|
DOCKER_NAME=huly
|
|
|
|
# The address of the host or server from which you will access your Huly instance.
|
|
# This can be a domain name (e.g., huly.example.com) or an IP address (e.g., 192.168.1.1).
|
|
HOST_ADDRESS=localhost:8080
|
|
|
|
# Set this variable to 'true' to enable SSL (HTTPS/WSS).
|
|
# Leave it empty to use non-SSL (HTTP/WS).
|
|
SECURE=
|
|
|
|
# Specify the IP address to bind to; leave blank to bind to all interfaces (0.0.0.0).
|
|
# Do not use IP:PORT format in HTTP_BIND or HTTP_PORT.
|
|
HTTP_PORT=8080
|
|
HTTP_BIND=
|
|
|
|
# Huly specific variables
|
|
TITLE=Huly Self Host
|
|
DEFAULT_LANGUAGE=en
|
|
LAST_NAME_FIRST=true
|
|
|
|
# Redpanda variables
|
|
REDPANDA_ADMIN_USER=superadmin
|
|
REDPANDA_ADMIN_PWD=panda_secret
|
|
|
|
# CockroachDB variables
|
|
CR_DATABASE=defaultdb
|
|
CR_USERNAME=selfhost
|
|
CR_USER_PASSWORD=cr_secret
|
|
|
|
# Docker volume paths - specify custom paths for persistent data storage
|
|
# Leave empty to use default Docker named volumes
|
|
VOLUME_ELASTIC_PATH=
|
|
VOLUME_FILES_PATH=
|
|
VOLUME_CR_DATA_PATH=
|
|
VOLUME_CR_CERTS_PATH=
|
|
VOLUME_REDPANDA_PATH=
|
|
|
|
# The following configs are auto-generated by the setup script.
|
|
# Please do not manually overwrite.
|
|
|
|
# Run with --secret to regenerate.
|
|
SECRET=example_secret_key_here
|