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.
23 lines
651 B
23 lines
651 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"database": "sqlite",
|
|
"jwt": {
|
|
"key": "111111111111111111111111",
|
|
"issuer": "111111111111111111111111",
|
|
"audience": "111111111111111111111111"
|
|
},
|
|
"password": "DsideaL4r5t6y7u!@#",
|
|
"ConnectionStrings": {
|
|
"sqlite": "Data Source=data.db",
|
|
"mysql": "Server=localhost;Port=3306;Database=teacher;Uid=root;Pwd=aA123456!;",
|
|
"mariyadb": "Server=10.10.15.13;Port=22066;Database=dsideal_db;Uid=root;Pwd=DsideaL147258369;CharSet=utf8mb4;"
|
|
}
|
|
}
|