mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-06 19:46:58 +08:00
Update config file to support upgrade server
This commit is contained in:
parent
23e7184340
commit
c4896a0b95
1 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# NPBackup config file for npbackup v2.0+
|
||||
# NPBackup config file for npbackup v2.2+
|
||||
# (C) 2022-2023 NetInvent
|
||||
|
||||
backup:
|
||||
|
@ -55,4 +55,10 @@ prometheus:
|
|||
|
||||
env:
|
||||
variables:
|
||||
# - SOME_ENV=Value
|
||||
# - SOME_ENV=Value
|
||||
|
||||
options:
|
||||
auto_upgrade: true
|
||||
auto_upgrade_server_url:
|
||||
auto_upgrade_server_username:
|
||||
auto_upgrade_server_password
|
Loading…
Add table
Reference in a new issue