#
# IG Trading API - Application Configuration
# This file contains only non-sensitive configuration settings.
# All credentials and secrets should be in the .env file!
#
ig_trading_api:
# Automatically log in to the API on instantiation and when the session expires
auto_login: true
# Logging mechanism (StdLogs or TracingLogs)
logger: "StdLogs"
# Session version to use for login requests
session_version: 2
# Maximum number of connection attempts for the streaming API
streaming_api_max_connection_attempts: 3