Update appsettings.json

reorganized to move most relevant settings to the top of the file
This commit is contained in:
Shaun Walker 2021-05-26 12:00:15 -04:00 committed by GitHub
parent 4b49358968
commit 99838679bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,22 @@
{ {
"Runtime": "Server",
"Database": {
"DatabaseType": ""
},
"ConnectionStrings": {
"DefaultConnection": ""
},
"Installation": {
"DefaultAlias": "",
"HostPassword": "",
"HostEmail": "",
"SiteTemplate": "",
"DefaultTheme": "",
"DefaultContainer": ""
},
"Localization": {
"DefaultCulture": "en"
},
"AvailableDatabases": [ "AvailableDatabases": [
{ {
"Name": "LocalDB", "Name": "LocalDB",
@ -35,23 +53,5 @@
"DBType": "Oqtane.Database.PostgreSQL.PostgreSQLDatabase, Oqtane.Database.PostgreSQL", "DBType": "Oqtane.Database.PostgreSQL.PostgreSQLDatabase, Oqtane.Database.PostgreSQL",
"Package": "Oqtane.Database.PostgreSQL" "Package": "Oqtane.Database.PostgreSQL"
} }
], ]
"Database": {
"DatabaseType": ""
},
"ConnectionStrings": {
"DefaultConnection": ""
},
"Runtime": "Server",
"Installation": {
"DefaultAlias": "",
"HostPassword": "",
"HostEmail": "",
"SiteTemplate": "",
"DefaultTheme": "",
"DefaultContainer": ""
},
"Localization": {
"DefaultCulture": "en"
}
} }