File tree Expand file tree Collapse file tree
samples/DresscaCMS/src/DresscaCMS.Web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <Routes @rendermode =" @this.PageRenderMode" />
1818 <ReconnectModal />
1919 <script src =" @Assets[" _framework /blazor.web.js " ]" ></script >
20- <script src =" timezone.js" ></script >
20+ <script src =" @Assets[ " timezone.js " ] " ></script >
2121</body >
2222
2323</html >
Original file line number Diff line number Diff line change 3232
3333if ( builder . Environment . IsDevelopment ( ) )
3434{
35- StaticWebAssetsLoader . UseStaticWebAssets ( builder . Environment , builder . Configuration ) ;
3635 builder . Services . AddHttpLogging ( logging =>
3736 {
3837 // どのデータをどのくらいの量出力するか設定。
Original file line number Diff line number Diff line change 66 "DresscaCMS" : " Information"
77 }
88 },
9- "AllowedHosts" : " *"
9+ "AllowedHosts" : " *" ,
10+ "ConnectionStrings" : {
11+ "AnnouncementDbContext" : " Data Source=(localdb)\\ mssqllocaldb;Database=Dressca.Cms.Announcement;Integrated Security=True" ,
12+ "AuthenticationDbContext" : " Data Source=(localdb)\\ mssqllocaldb;Database=Dressca.Cms.Authentication;Integrated Security=True"
13+ }
1014}
You can’t perform that action at this time.
0 commit comments