mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-07 20:59:37 -06:00
Add .env.dev file for development environment configuration
This commit is contained in:
14
.env.dev
Normal file
14
.env.dev
Normal file
@@ -0,0 +1,14 @@
|
||||
###############################################################################
|
||||
# ⚠️ Do not use this file in production. This is only for development purposes.
|
||||
###############################################################################
|
||||
|
||||
# This values are configured by default in the compose.yaml file, so you can
|
||||
# copy this file to .env and use it as is (only for development).
|
||||
|
||||
# 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="encryption-key"
|
||||
|
||||
# Database connection string for a PostgreSQL database where the pgbackweb
|
||||
# will store its data.
|
||||
PBW_POSTGRES_CONN_STRING="postgresql://postgres:password@localhost:5432/pgbackweb"
|
||||
Reference in New Issue
Block a user