2024-04-15 22:15:29 +02:00
|
|
|
{
|
2024-04-26 21:24:17 +02:00
|
|
|
"AppSettings": {
|
2024-05-16 12:19:35 +02:00
|
|
|
"ConnectionString": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=master;Integrated Security=True;"
|
2024-10-23 23:16:01 +02:00
|
|
|
|
2024-04-15 22:15:29 +02:00
|
|
|
},
|
2024-10-23 23:16:01 +02:00
|
|
|
"TokenConfig": {
|
2024-10-24 11:28:22 +02:00
|
|
|
"JwtSecKey": "omgi5Rf4tqg351GQwefw1234567890123456",
|
2024-10-23 23:16:01 +02:00
|
|
|
"JwtExpireDays": 30,
|
|
|
|
"JwtIssuer": "http://api.graphcom.pl"
|
|
|
|
},
|
|
|
|
"profiles": {
|
|
|
|
"http": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"applicationUrl": "http://localhost:5045"
|
|
|
|
|
|
|
|
},
|
|
|
|
"https": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"applicationUrl": "https://localhost:7039"
|
|
|
|
|
|
|
|
},
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger"
|
|
|
|
|
2024-04-26 21:24:17 +02:00
|
|
|
}
|
2024-10-23 23:16:01 +02:00
|
|
|
}
|
2024-04-26 21:24:17 +02:00
|
|
|
}
|