Update appsettings.release.json

This commit is contained in:
Shaun Walker 2021-05-24 09:03:57 -04:00 committed by GitHub
parent e5229626ab
commit 791e786db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
{ {
"Database": {
"DatabaseType": ""
},
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "" "DefaultConnection": ""
}, },
@ -9,11 +12,9 @@
"HostEmail": "", "HostEmail": "",
"SiteTemplate": "", "SiteTemplate": "",
"DefaultTheme": "", "DefaultTheme": "",
"DefaultLayout": "",
"DefaultContainer": "" "DefaultContainer": ""
}, },
"Localization": { "Localization": {
"DefaultCulture": "", "DefaultCulture": "en"
"SupportedCultures": []
} }
} }