Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions umbraco-cloud/set-up/project-settings/secrets-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,20 @@
* `DATABASE_`
* `WORDPRESS_`
* `MACHINEKEY_`
* `SQLCONNSTR`
* `SQLAZURECONNSTR_`
* `POSTGRESQLCONNSTR_`
* `CUSTOMCONNSTR_`
* `MYSQLCONNSTR_`
* `AZUREFILESSTORAGE_`
* `AZUREBLOBSTORAGE_`
* `NOTIFICATIONHUBCONNSTR_`
* `SERVICEBUSCONNSTR_`
* `EVENTHUBCONNSTR_`
* `DOCDBCONNSTR_`
* `REDISCACHECONNSTR_`
* `FILESHARESTORAGE_`
* and more...

Check warning on line 144 in umbraco-cloud/set-up/project-settings/secrets-management.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.ListStart] Start each option with a capital letter. Raw Output: {"message": "[UmbracoDocs.ListStart] Start each option with a capital letter.", "location": {"path": "umbraco-cloud/set-up/project-settings/secrets-management.md", "range": {"start": {"line": 144, "column": 3}}}, "severity": "WARNING"}

### Accepted Prefixes

Expand Down
Loading