bibblan/Server/appsettings.json

15 lines
340 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Bibblan": {
"CalibreDb": "metadata.db",
"CalibreRoot": "c:\\my_books\\",
"BibblanConnection": "Server=localhost;Port=5432;Database=bibblan;User Id=bibblanuser;Password=1234567;"
}
}