Sequence/appsettings.json

14 lines
259 B
JSON
Raw Normal View History

2023-04-04 01:28:10 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-04-05 01:58:24 +00:00
"AllowedHosts": "*",
"ConnectionStrings": {
"MariaDB": "server=mariadb.binarydad.com;uid=root;pwd=rex30638;database=sequence"
}
2023-04-04 01:28:10 +00:00
}