mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-04 19:28:31 -06:00
Add path prefix configuration to .env.example for routing
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user