Skip to content

Commit

Permalink
BareOS server set - continued rockstor#94
Browse files Browse the repository at this point in the history
More typos and capitalisation improvements.
Ensure all labels are unique.
  • Loading branch information
phillxnet committed Aug 10, 2024
1 parent bb7bfef commit 1b8b467
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bareos-server-set.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"environment": {
"POSTGRES_PASSWORD": {
"description": "Set password for `postgres` Super-user.",
"label": "'postgres' Super-user password"
"description": "Set password for `postgres` super-user.",
"label": "'postgres' super-user password"
}
},
"opts": [
Expand Down Expand Up @@ -68,12 +68,12 @@
},
"environment": {
"DB_ADMIN_PASSWORD": {
"description": "Re-enter `postgres` Super-user password.",
"label": "'postgres' Super-user password"
"description": "Re-enter `postgres` super-user password.",
"label": "Re-enter 'postgres' super-user password"
},
"DB_PASSWORD": {
"description": "Set password for the `bareos` DB user.",
"label": "Calatog `bareos` user password"
"label": "Catalog `bareos` user password"
},
"BAREOS_WEBUI_PASSWORD": {
"description": "Set BareOS Web-UI 'admin' user password.",
Expand Down

0 comments on commit 1b8b467

Please sign in to comment.