netcore-blueprint
Version:
A custom .NET Core project blueprint
28 lines (27 loc) • 584 B
JSON
{
"ConnectionStrings": {
"MySql": "Server=localhost;port=3306;Database=test10;User=root",
"MongoDb": "mongodb://admin:password@localhost:27017"
},
"Database": {
"Type": "mysql",
"Name": "innocons"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Jwt": {
"Secret": "MySuperLongSecureRandomSecretKey@123456789!",
"Issuer": "",
"Audience": ""
},
"RabbitMQ": {
"HostName": "localhost",
"UserName": "truongdx8",
"Password": "12345678"
},
"AllowedHosts": "*"
}