Skip to content

Instantly share code, notes, and snippets.

@ericf
Forked from jcleblanc/social.notifications example
Created January 5, 2011 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericf/767251 to your computer and use it in GitHub Desktop.
Save ericf/767251 to your computer and use it in GitHub Desktop.
In the table:
<inputs>
<key id="url" type="xs:string" paramType="variable" required="true" />
<key id="timeout" type="xs:integer" paramType="variable" required="false" default="25000" />
<map id="integrations" type="xs:string" paramType="variable" required="true" />
</inputs>
In the .env file:
USE "http://example.com/table.xml" AS mytable;
SET timeout=1000 ON mytable;
SET integrations.foo="foo" ON mytable;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment