添加项目文件。
This commit is contained in:
20
TightWiki/appsettings.json
Normal file
20
TightWiki/appsettings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"BasePath": "",
|
||||
"ConnectionStrings": {
|
||||
"PagesConnection": "Data Source=..\\data\\pages.db",
|
||||
"DeletedPagesConnection": "Data Source=..\\data\\deletedpages.db",
|
||||
"DeletedPageRevisionsConnection": "Data Source=..\\data\\deletedpagerevisions.db",
|
||||
"StatisticsConnection": "Data Source=..\\data\\statistics.db",
|
||||
"EmojiConnection": "Data Source=..\\data\\emoji.db",
|
||||
"ExceptionsConnection": "Data Source=..\\data\\exceptions.db",
|
||||
"UsersConnection": "Data Source=..\\data\\users.db",
|
||||
"ConfigConnection": "Data Source=..\\data\\config.db"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user