Daytron/revworks

Separate database user credentials to an external properties file

Closed this issue · 2 comments

Then use the properties file to access the credentials back to the source code, specifically to the JDBC connection pool object.

Obviously the properties file should never be allowed to be uploaded in the repo for security purposes. For better security, new database credentials will be used instead when deployed in the cloud server.

Done with this commit 6de8888

A new db user has been created. Old user was dropped.