Closed kenners closed 12 years ago
As part of this, we should look into whether or not Tomcat can connect to a MySQL socket rather than to a TCP port.
We'll want to commit the config to the kasha repository.
This configuration is documented in the kasha wiki.
When OpenMRS starts, it looks for
openmrs-runtime.properties
which contain database login details and a few other parameters.OpenMRS looks for this file in a couple of default locations (on our test instances it's in
/root/.OpenMRS/openmrs-runtime.properties
)Details here: https://wiki.openmrs.org/display/docs/Overriding+OpenMRS+Default+Runtime+Properties
Our usual config is this:
We should create this file in the root of nafasi to version control it (apart from passwords), and we should agree where we're going to put it on our deployment server (
/root
or declare it in theOPENMRS_RUNTIME_PROPERTIES_FILE
environmental)?@Gulfa, @andrewlkho: thoughts?