forked from eduardolat/pgbackweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 752 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Encryption key is used to encrypt and decrypt the sensitive data stored
# in the database such as database credentials, secret keys, etc.
PBW_ENCRYPTION_KEY=""
# Database connection string for a PostgreSQL database where the pgbackweb
# will store its data.
PBW_POSTGRES_CONN_STRING=""
# The host on which the pgbackweb will listen for incoming HTTP requests.
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=""