JXMovies/CMS/JXCMS.CMS.Movie/appsettings.Development.json
2020-02-09 19:10:05 +08:00

19 lines
308 B
JSON
Executable File

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Db": {
"DbType": "Sqlite",
"DbUrl": "localhost",
"DbPort": null,
"DbName": "test",
"Username": null,
"Password": null,
"Prefix": "JX_"
}
}