You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
501 B
21 lines
501 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"database": "sqlite",
|
|
"jwt": {
|
|
"key": "111111111111111111111111",
|
|
"issuer": "111111111111111111111111",
|
|
"audience": "111111111111111111111111"
|
|
},
|
|
"ConnectionStrings": {
|
|
"sqlite": "Data Source=data.db",
|
|
//"mariyadb": "Server=localhost;Port=3306;Database=teacher;Uid=root;Pwd=aA123456!;"
|
|
}
|
|
}
|