File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
samples/musicfestival-backend-dotnet Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,7 @@ public void ConfigureServices(IServiceCollection services)
133133 o . IncludeNumericContentIdentifier = true ;
134134 } ) ;
135135
136- services . AddContentGraph ( OpenIDConnectOptionsDefaults . AuthenticationScheme , options =>
137- {
138- options . EnablePreviewTokens = true ;
139- } ) ;
136+ services . AddContentGraph ( OpenIDConnectOptionsDefaults . AuthenticationScheme ) ;
140137 services . AddHostedService < ProvisionDatabase > ( ) ;
141138 }
142139
Original file line number Diff line number Diff line change 1717 "SingleKey" : " " ,
1818 "AllowSendingLog" : " true" ,
1919 "ContentVersionSyncMode" : " All" ,
20- "SyncReferencingContents" : " true"
20+ "SyncReferencingContents" : " true" ,
21+ "EnablePreviewTokens" : " true"
2122 }
2223 },
2324 "FRONT_END_URI" : " "
You can’t perform that action at this time.
0 commit comments