Add db_password

This commit is contained in:
2022-12-26 12:33:09 +08:00
parent a2972f355b
commit 136b70ccf8
3 changed files with 16 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ compress_method: "bzip2" # Optional. Default value: null. Supported value: "bzi
# zstd support 0-22 (Default: 3). brotli support 0-11 (Default: unset).
compress_level: 6
encrypt_db: false # Optional. Default value: false. Encrypt the database. Warning: The default python sqlite library don't support encrypt, it just ignore encrypt phases.
db_password: "Password" # Specify the password of the encryped database.
encrypt_files: false # Optional. Default value: false. Encrypt backup files. The key information will stored in database.
programs:
- name: Your program name # This name is used to identify different application.