[directories]
# specify the directory / directories that are loaded when Natlink starts:
# typically a single line below needs uncommenting, but more is also possible
UserDirectory = C:\User\X\Dropbox\UserDirectory   
Vocola = C:\User\X\Dropbox\Vocola
VocolaGrammars = ~/.natlink/VocolaGrammars
Unimacro = C:\User\X\Dropbox\Unimacro
UnimacroGrammars = ~/.natlink/UnimacroGrammars
Dragonfly = C:\User\X\Dropbox\Dragonfly
Caster = C:\User\X\Dropbox\Caster

# remove this line when configuring your own directories:
# default_config = C:\Program Files (x86)\Natlink\DefaultConfig

[userenglish-directories]
#only_loaded_if_profile_userenglish_active=C:\User\user\english-only-scripts

[userspanish-directories]
#only_loaded_if_profile_userspanish_active=C:\User\user\spanish-only-scripts

[settings]

# log_level: the log level to set the Natlink logger to. 
# Possible values are: CRITICAL, FATAL, ERROR, WARNING, INFO, DEBUG, NOTSET 
# (default: NOTSET)
log_level = DEBUG
#
# Determine when to check for new or changed scripts and then load or reload them.
#
# Load scripts after Dragon has loaded Natlink (default: True)
load_on_startup = True
#
# At the beginning of each utterance (default: False)
load_on_begin_utterance = False 

# When the microphone state changes to "on" (default: True)
load_on_mic_on = True

# load or reload when the user profile changes.
load_on_user_changed = True   
