subdomain

Path: rsConf.general.subdomain

Default: ‘app’

Description: The sub-domain that is used for the calls to the ReadSpeaker servers.

Example:

window.rsConf = {
	general: {
		subdomain: ‘app’
	}
};