Update appsettings.release.json
This commit is contained in:
parent
e5229626ab
commit
791e786db8
|
@ -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": []
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user