Given the following information from the servers.properties file:
noapp=/home/SBI/properties/noapp.properties jboss=/home/SBI/properties/noapp.properties
jdbcService=/home/SBI/properties/jdbc.properties
jdbcServiceCustomer=/home/SIB/properties/jdbc_customer.properties
si_config=/home/SBI/properties/sandbox.cfg
customer_overrides=/home/SBI/properties/customer_overrides.properties
filesystem=/home/SBI/properties/filesystem.properties
The customer would like to change the default directory to store on-disk documents to a new
directory. How should this override be configured in the system?

A.
Edit sandbox.cfg and add document_dir=<new directory full path>.
B.
Edit filesystem.properties and add filesystem.document_dir=<new directory full path>.
C.
Edit customer_overrides.properties and add jdbcService.document_dir=<new directory full
path>.
D.
Edit jdbc_customer.properties and add jdbcServiceCustomer.document_dir=<new directory full
path>.
Explanation: