14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"MariaDB": "server=mariadb.binarydad.com;uid=root;pwd=rex30638;database=sequence"
|
|
}
|
|
|
|
}
|