17 lines
692 B
Bash
17 lines
692 B
Bash
# This is a sample config file. Adjust to your needs.
|
|
# See https://beszel.dev/guide/environment-variables#hub for all available
|
|
# variables.
|
|
|
|
# The application URL. Used for links in emails and notigications. Must set
|
|
# if serving at a subpath.
|
|
#BESZEL_HUB_APP_URL=https://beszel.example.com
|
|
|
|
# The following variables are not official Beszel Hub environment variables.
|
|
# Instead, they are used as parameters for command line options.
|
|
# Set the listen address and port for HTTP connections. Leave empty for
|
|
# default 127.0.0.1:8090
|
|
#BESZEL_HUB_SERVE_HTTP=localhost:9080
|
|
|
|
# Set the listen address and port for HTTPS connections. Leave empty for
|
|
# default - disabled.
|
|
#BESZEL_HUB_SERVE_HTTPS=
|