mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 05:58:29 -06:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
# 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=""
|