FirmTracker-Server/appsettings.json

29 lines
720 B
JSON
Raw Normal View History

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-04-15 22:15:29 +02:00
},
2024-04-26 21:24:17 +02:00
"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"
}
}
}