Created
May 9, 2019 13:55
-
-
Save sampoearas/0a6a5e574c75b192ae7a17972f7b8feb to your computer and use it in GitHub Desktop.
Innovator Service Config File Example (blog)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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