Skip to content

Instantly share code, notes, and snippets.

@sampoearas
Created May 9, 2019 13:55
Show Gist options
  • Save sampoearas/0a6a5e574c75b192ae7a17972f7b8feb to your computer and use it in GitHub Desktop.
Save sampoearas/0a6a5e574c75b192ae7a17972f7b8feb to your computer and use it in GitHub Desktop.
Innovator Service Config File Example (blog)
<?xml version="1.0" encoding="utf-8" ?>
<innovators>
<innovator>
<server>SERVER</server>
<database>DATABASE</database>
<username>USERNAME</username>
<password>PASSWORD</password>
<http_timeout_seconds>600</http_timeout_seconds>
<job>
<method>METHOD-NAME</method>
<months>MONTH-STRING</months>
<days>DAY-STRING</days>
<hours>HOUR-STRING</hours>
<minutes>MINUTE-STRING</minutes>
</job>
</innovator>
<eventLoggingLevel>LOGGING-LEVEL</eventLoggingLevel>
<intervalMinutes>INTERVAL</intervalMinutes>
</innovators>
</xml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment