# Parameter definitions for thorn TrianaConnect # $Header$ private: STRING server "The URL of the server to connect to." STEERABLE=always { "[a-z]+://[a-zA-Z0-9_.-]+(:[0-9]+)?(/.*)?" :: "A valid URL with protocal and port" } "http://localhost:7001" INT out_every "How often to send file updates" STEERABLE=always { 0:* :: "Any whole number" } 1