Base URL of the FoundryVTT server (e.g., 'http://localhost:30000')
OptionaluseWhether to use the REST API module (optional, default: false)
OptionalapiAPI key for REST API module authentication (optional)
OptionalusernameUsername for basic authentication (optional)
OptionalpasswordPassword for basic authentication (optional)
OptionaltimeoutRequest timeout in milliseconds (default: 10000)
OptionalretryNumber of retry attempts for failed requests (default: 3)
OptionalretryDelay between retry attempts in milliseconds (default: 1000)
OptionalsocketCustom WebSocket path (default: '/socket.io')
Configuration interface for FoundryVTT client connection settings
FoundryClientConfig
Example