FirmTracker-Server/appsettings.json

28 lines
793 B
JSON

{
"AppSettings": {
"ConnectionString": "Server=tcp:firmtracker-server.database.windows.net,1433;Initial Catalog=FirmTracker;Persist Security Info=False;User ID=FirmTrackerSa;Password=X27a61y183z799;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
},
"TokenConfig": {
"JwtSecKey": "omgi5Rf4tqg351GQwefw1234567890123456",
"JwtExpireDays": 1,
"JwtIssuer": "http://api.graphcom.pl"
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5045"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger"
}
}
}