heyyy / espa

Automatically exported from code.google.com/p/espa
0 stars 0 forks source link

Move URLS to configuration table #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Class LtaServices:  Can we move the dev/tst/ops service look up and tramid 
dict's to Configuration table?  Then updates would be dynamic and also wouldn't 
be hard-coding URLs in a class that would warrant a code-deployment if changed. 
 Since this code is also publicly accessible, from security side, keeps 
internal exposure to hackers-that-be lower

Original issue reported on code.google.com by davehil...@gmail.com on 23 Jul 2013 at 2:56

GoogleCodeExporter commented 9 years ago
The urls are better kept in the code as this way they won't be lost or 
accidentally modified.  There is greater propensity for the code to break with 
external reliance on the database for configuration.

Original comment by davehil...@gmail.com on 11 Feb 2014 at 2:51