Skip to content

Commit 981c974

Browse files
authored
fix(templates): resolve hangfire section removal in bit Boilerplate appsettings.json #11254 (#11255)
1 parent 19cc331 commit 981c974

File tree

1 file changed

+1
-1
lines changed
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Api

1 file changed

+1
-1
lines changed

src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Api/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@
141141
"ClientId": null,
142142
"ClientX509CertUrl": null
143143
},
144+
//#endif
144145
"Hangfire": {
145146
"UseIsolatedStorage": false,
146147
"UseIsolatedStorage__Comment": "Useful for testing or in production when managing multiple codebases with a single database."
147148
},
148-
//#endif
149149
"Authentication": {
150150
"Google": {
151151
"Comment": "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins",

0 commit comments

Comments
 (0)