34 lines
898 B
JSON
34 lines
898 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Warning",
|
||
|
|
"Microsoft.AspNetCore": "Warning",
|
||
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"MongoDB": {
|
||
|
|
"ConnectionString": "mongodb://localhost:27017",
|
||
|
|
"DatabaseName": "SkyArtShopDB",
|
||
|
|
"Collections": {
|
||
|
|
"Pages": "Pages",
|
||
|
|
"PortfolioCategories": "PortfolioCategories",
|
||
|
|
"PortfolioProjects": "PortfolioProjects",
|
||
|
|
"Products": "Products",
|
||
|
|
"BlogPosts": "BlogPosts",
|
||
|
|
"SiteSettings": "SiteSettings",
|
||
|
|
"MenuItems": "MenuItems",
|
||
|
|
"HomepageSections": "HomepageSections",
|
||
|
|
"Users": "Users"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AdminUser": {
|
||
|
|
"Email": "admin@skyartshop.com",
|
||
|
|
"Password": "ChangeThisPassword123!",
|
||
|
|
"Name": "Sky Art Shop Admin"
|
||
|
|
},
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"IdentityConnection": "Data Source=identity.db"
|
||
|
|
}
|
||
|
|
}
|