AyaNova website for AyaNova 8+ release razor pages .net core version

This commit is contained in:
2022-05-20 18:43:14 +00:00
commit 92e5cf8062
79 changed files with 74443 additions and 0 deletions

9
ayanova/appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}