# This is the RDF agents configureation file. In it you should specify the exact 
# granularity within which you would like the agent to behave.
		
# The following are properties for the administrator of the Moby Central registry
admin.name = Mark Wilkinson
admin.email = mwilkinson@mrl.ubc.ca
		
# If the following properties are specified, the agent will use them, otherwise, 
# the agent will try to obtain them through system variables. These variables are crucial 
# for the functionality of the agent

admin.registry.conf = C:/apache2/Apache2/conf/mobycentral.conf

# admin.registry.url = http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/MOBY-Central.pl
# admin.registry.uri = http://mobycentral.icapture.ubc.ca/MOBY/Central	
admin.registry.url = http://localhost/cgi-bin/MOBY-Central.pl
admin.registry.uri = http://localhost/MOBY/Central


admin.registry.removal.endpoint = http://localhost/cgi-bin/MOBY-Admin.pl
admin.registry.removal.uri = http://localhost/MOBY/Admin
admin.registry.removal.username = username
admin.registry.removal.password = password

# The agent can only deregister a service if this phrase (or the phrase of your choice)
# is included in the deregister service call. Moby central will check this against the 
# keyphrase that you specify. If the phrase matches the one mobycentral knows, then 
# the agent will successfully deregister the service. Otherwise, deregistration will 
# be impossible. 
admin.registry.removal.keyphrase = phrase that deregisters goes here
		
# shall we enable smtp mailing for use by the agent? yes or no.
# Note that on *nix machines, the agent can try to email messages
# using the mail command. If smtp is enabled, then the agent will try smtp first.
# If smtp is unsuccessful, the agent will try mail. If you disable smtp, but enable email
# for invalid or modified service descriptions, the agent will try to use mail.
admin.mail.smtp.enable = no
admin.mail.smtp.server = mySMTPserver
admin.mail.smtp.login = mySMTPLogin
admin.mail.smtp.password = mySMTPpassword
		
		
# The following are properties for the logging of the agent 
# Should we enable logging? acceptable values are yes and no.
log.enable = yes

# what should the agent do with null signature urls? Ignore them and warn or remove the service?
# Will the agent ignore null signatures? acceptable values: yes, or no
admin.registry.ignore.null = yes
		
# level is one of all, info, warn or severe. Info logs anything that the agent does.
# Warn outputs only warnings, and severe outputs anything that is considered serious. All
# outputs info, warnings and severe messages. Level info includes the levels warn and severe. 
# Warn includes the level severe. values default to info.
log.level = info

# Should we deregister services that are incorrect? 
# - Acceptable values: yes or no
registry.deregister = no

# Should we deregister services that are missing when invoked via registerService? 
# - Acceptable values: yes or no
registry.deregister.from_url = yes

# Should we update services that have been modified? 
# - Acceptable values: yes or no
registry.update.services = no
		
# How many chances do we give a service provider before the service is removed? This 
# value only makes sense when registry.deregister is set to yes. Empty values default to 3
registry.count = 3
		
# Should we send the service provider an email message if something happened to their services?
# acceptable values are yes or no
registry.email = no
		
# would would you like the agent to place the log file(s)? Directories that do not exist will
#be created for you.
agent.log.directory = c:/Documents and Settings/Eddie/Desktop/rdfagentV2/logs/
