FirmTracker-Server/appsettings.json

28 lines
616 B
JSON
Raw Normal View History

2024-04-15 22:15:29 +02:00
{
2024-04-26 21:24:17 +02:00
"AppSettings": {
2024-12-04 23:35:36 +01:00
"ConnectionString": "Server=localhost,1433;Initial Catalog=master;User Id=sa;Password=Rap45tro2;"
2024-04-15 22:15:29 +02:00
},
"TokenConfig": {
2024-10-24 11:28:22 +02:00
"JwtSecKey": "omgi5Rf4tqg351GQwefw1234567890123456",
"JwtExpireDays": 30,
"JwtIssuer": "http://api.graphcom.pl"
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5045"
},
2024-12-04 23:35:36 +01:00
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger"
2024-04-26 21:24:17 +02:00
}
}
2024-04-26 21:24:17 +02:00
}