Skip to content
B Shouse edited this page Jan 25, 2015 · 3 revisions

#Security Basic user registration and authentication needs to be added. The only 'security' in place is IP restrictions on connections to the database and the default setting of binding the web/db servers to localhost (127.0.0.1).

#Central Configuration File ##(Fixed: See properties/app.properties) Most if not all configuration details are hard coded. These variable items need to be relocated into a central configuration file for simplified deployment.

Clone this wiki locally