mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-14 23:46:37 +08:00
Update default config schema
This commit is contained in:
parent
6fbb476284
commit
a803097c69
1 changed files with 6 additions and 3 deletions
|
@ -135,8 +135,8 @@ empty_config_dict = {
|
|||
"repo_opts": {},
|
||||
"prometheus": {},
|
||||
"env": {
|
||||
"env_variables": [],
|
||||
"encrypted_env_variables": [],
|
||||
"env_variables": {},
|
||||
"encrypted_env_variables": {},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -201,7 +201,10 @@ empty_config_dict = {
|
|||
"backup_job": "${MACHINE_ID}",
|
||||
"group": "${MACHINE_GROUP}",
|
||||
},
|
||||
"env": {"env_variables": [], "encrypted_env_variables": []},
|
||||
"env": {
|
||||
"env_variables": {},
|
||||
"encrypted_env_variables": {}
|
||||
},
|
||||
},
|
||||
"identity": {
|
||||
"machine_id": "${HOSTNAME}__${RANDOM}[4]",
|
||||
|
|
Loading…
Add table
Reference in a new issue