Skip to content

Commit

Permalink
Update template lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Guekka authored and github-actions[bot] committed Sep 14, 2023
1 parent 49900e4 commit c089067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions merged-with-duplicates.json
Original file line number Diff line number Diff line change
Expand Up @@ -39102,13 +39102,13 @@
"name": "MONGO_USER",
"label": "MONGO_USER",
"default": "unifi",
"description": "Mongodb Username. Only evaluated on first run."
"description": "Mongodb Username. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**."
},
{
"name": "MONGO_PASS",
"label": "MONGO_PASS",
"default": "",
"description": "Mongodb Password. Only evaluated on first run."
"description": "Mongodb Password. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**."
},
{
"name": "MONGO_HOST",
Expand Down
4 changes: 2 additions & 2 deletions merged.json
Original file line number Diff line number Diff line change
Expand Up @@ -15953,13 +15953,13 @@
"name": "MONGO_USER",
"label": "MONGO_USER",
"default": "unifi",
"description": "Mongodb Username. Only evaluated on first run."
"description": "Mongodb Username. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**."
},
{
"name": "MONGO_PASS",
"label": "MONGO_PASS",
"default": "",
"description": "Mongodb Password. Only evaluated on first run."
"description": "Mongodb Password. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**."
},
{
"name": "MONGO_HOST",
Expand Down

0 comments on commit c089067

Please sign in to comment.