burgerbackup/bin/server/config.ini.example

12 lines
664 B
Plaintext
Raw Normal View History

[config]
# Used for authenticating the backup requests. Change to a random password, and keep the same on both the client and server.
BACKUP_KEY=supersecretkey
# Used for encrypting the backup files during transfer. Change to a random password, and keep the same on both the client and server.
CRYPTO_KEY=supersecretkey
# The port burgerbackup runs on. Change to Port 80 if not using a reverse proxy.
PORT=8080
# The host burgerbackup runs on. Change to 127.0.0.1 if using a reverse proxy.
HOST=0.0.0.0
# The folder where the backups are stored, relative to where the command is run.
# It is recommended to use an absolute path
BACKUP_FOLDER=/path/to/backup/folder