Override default properties in cal.properties
Inside the .defaults directory, next to your configuration directory, you'll find a file named cal.properties. cal.properties is referenced during the Bedework build and during deployment. You can override any of those properties by creating a cal.properties in your configuration directory and editing in the overrides. cal.properties is divided into sections with different property prefixes.
...
Multiple versions of each application type may be deployed, each configured differently. You can see how this works by comparing the stanza for the "Demo departmental public Web Client" to the stanza for the "Public Web Client".
Edit .defaults/cal.options.xml
cal.options.xml contains run time properties and is divided into sections much like the properties file. Most of the options are used to set field values in named classes so that the application will load the settings only once with a single call.
...