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:
@ -9,6 +9,7 @@
|
||||
"MinimumLevel": "Debug"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=MESTSV01EC.ec.local\\TEST1,50572;Database=LSL2SQL;User Id=srpadmin;Password=0okm9ijn;TrustServerCertificate=true"
|
||||
}
|
||||
"DefaultConnection": "Server=MESSV01EC.EC.LOCAL\\PROD1,53959;Database=LSL2SQL;User Id=srpadmin;Password=0okm9ijn;TrustServerCertificate=true"
|
||||
},
|
||||
"BaseAPIAddress": "https://localhost:7196/api/"
|
||||
}
|
||||
|
Reference in New Issue
Block a user