Updated appsettings.json file to change base api url based on environment. Also fixed bug in calculation of yield percentage.
This commit is contained in:
@ -10,5 +10,6 @@
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=MESSV01EC.EC.LOCAL\\PROD1,53959;Database=LSL2SQL;User Id=srpadmin;Password=0okm9ijn;TrustServerCertificate=true"
|
||||
}
|
||||
},
|
||||
"BaseAPIAddress": "http://localhost:50201/api/"
|
||||
}
|
||||
|
Reference in New Issue
Block a user