Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic means of overriding logging level for specific categories, but notably this isn’t hierarchical as with more full-featured logging libraries.

[remoting]

type =

...

CurlHTTP | WinHTTP

Controls the agent/hub remoting service to use, this is the only type expected to be implemented. Generally defaulted as appropriate for the platform.

baseURL = http://localhost/idp/profile/

Used to connect to operations implemented by the agent’s hub.

agentID = <string>

Identifies agent to hub for configuraton/authentication purposes.

authMethod = basic

Type of authentication used by agent when connecting to hub, will be extended with additional options as supported/warranted.

connectTimeout = 3

Connection timeout in seconds.

timeout = 10

Overall timeout in seconds.

[session-cache]

type = filesystem | storage | cookie

...