Add path prefix configuration to .env.example for routing

This commit is contained in:
Luis Eduardo
2025-10-06 03:29:05 +00:00
parent b3813db027
commit ccaa48a589

View File

@@ -12,6 +12,10 @@ PBW_LISTEN_HOST=""
# The port on which the pgbackweb will listen for incoming HTTP requests.
PBW_LISTEN_PORT=""
# Path prefix to use for all routes. If you set this to e.g. "/pgbackweb",
# the web interface will be available at http://<host>:<port>/pgbackweb
PBW_PATH_PREFIX=""
# Your timezone, this impacts logging, backup filenames and default timezone
# in the web interface.
TZ=""