Skip to content

Commit 79006f1

Browse files
Arnab-Developerlinkdotnet
authored andcommitted
Update config doc
1 parent a115a1c commit 79006f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Setup/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ The appsettings.json file has a lot of options to customize the content of the b
110110
| ServiceUrl | string | The host url of the Azure blob storage. Only used if `AuthenticationMode` is set to `Default` |
111111
| ContainerName | string | The container name for the image storage provider |
112112
| CdnEndpoint | string | Optional CDN endpoint to use for uploaded images. If set, the blog will return this URL instead of the storage account URL for uploaded assets. |
113-
| UseMultiAuthorMode | boolean | The default value is `false`. If set to `true` then author name will be associated with blog posts at the time of creation.
113+
| UseMultiAuthorMode | boolean | The default value is `false`. If set to `true` then author name will be associated with blog posts at the time of creation. This author name will be fetched from the identity provider's `name` or `nickname` or `preferred_username` claim property. |

0 commit comments

Comments
 (0)