We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cc331 commit 981c974Copy full SHA for 981c974
src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Api/appsettings.json
@@ -141,11 +141,11 @@
141
"ClientId": null,
142
"ClientX509CertUrl": null
143
},
144
+ //#endif
145
"Hangfire": {
146
"UseIsolatedStorage": false,
147
"UseIsolatedStorage__Comment": "Useful for testing or in production when managing multiple codebases with a single database."
148
- //#endif
149
"Authentication": {
150
"Google": {
151
"Comment": "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins",
0 commit comments