netcore-blueprint
Version:
A custom project blueprint
21 lines (20 loc) • 382 B
JSON
{
"ConnectionStrings": {
"MySql": "Server=localhost;Port=3306;Database=test19;User=root;Password=password;"
},
"Database": {
"Enabled": true,
"Type": "mysql"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Modules": {
"User": true,
"__MODULE__": true
},
"AllowedHosts": "*"
}