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.
24 lines
656 B
24 lines
656 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"server.urls": "http://*:8081",
|
|
"BasePath": "/profile_ext",
|
|
"AllowedHosts": "*",
|
|
"database": "sqlite",
|
|
"jwt": {
|
|
"key": "111111111111111111111111",
|
|
"issuer": "111111111111111111111111",
|
|
"audience": "111111111111111111111111"
|
|
},
|
|
"password": "DsideaL4r5t6y7u!@#",
|
|
"ConnectionStrings": {
|
|
"sqlite": "Data Source=data.db",
|
|
"mariyadb": "Server=10.10.15.13;Port=22066;Database=dsideal_db;Uid=root;Pwd=DsideaL147258369;CharSet=utf8mb4;ConvertZeroDateTime=True;"
|
|
}
|
|
}
|