** Config values as used by Moustache. ** To change their value, override them in your 'AppModule'. Example:** ** pre>** @Contribute { serviceType=ApplicationDefaults# } ** static Void configureAppDefaults(MappedConfig conf) {** ** conf[MoustacheConfigIds.templateTimeout] = 1min** ** }** <preconstmixin MoustacheConfigIds {** The time before the file system is checked for template updates.** Defaults to '10sec'staticconst Str templateTimeout := "afMoustache.templateTimeout"}