Skip to content

Commit ca5e97d

Browse files
authored
Merge pull request #6705 from jesp209i/main
Update Prefixes not allowed in secrets-management
2 parents 36f4b24 + d1a50d0 commit ca5e97d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

umbraco-cloud/set-up/project-settings/secrets-management.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,23 @@ The list consists of:
128128
* `DATABASE_`
129129
* `WORDPRESS_`
130130
* `MACHINEKEY_`
131+
* `SQLCONNSTR`
132+
* `SQLAZURECONNSTR_`
133+
* `POSTGRESQLCONNSTR_`
134+
* `CUSTOMCONNSTR_`
135+
* `MYSQLCONNSTR_`
136+
* `AZUREFILESSTORAGE_`
137+
* `AZUREBLOBSTORAGE_`
138+
* `NOTIFICATIONHUBCONNSTR_`
139+
* `SERVICEBUSCONNSTR_`
140+
* `EVENTHUBCONNSTR_`
141+
* `DOCDBCONNSTR_`
142+
* `REDISCACHECONNSTR_`
143+
* `FILESHARESTORAGE_`
144+
145+
{% hint style="info" %}
146+
While we have provided a list of commonly used connection string prefixes, keep in mind that it might not cover everything. Your specific setup or service configuration could include additional prefixes not listed here.
147+
{% endhint %}
131148

132149
### Accepted Prefixes
133150

0 commit comments

Comments
 (0)