[blackfire] ; ; This is a configuration file for Blackfire's Agent. ; ; ; setting: ca-cert ; desc : Sets the PEM encoded certicates ; default: ca-cert= ; ; setting: collector ; desc : Sets the URL of Blackfire's data collector ; default: https://blackfire.io collector=https://blackfire.io ; ; setting: http-proxy ; desc : Sets the http proxy to use ; default: http-proxy= ; ; setting: https-proxy ; desc : Sets the https proxy to use ; default: https-proxy= ; ; setting: log-file ; desc : Sets the path of the log file. Use stderr to log to stderr ; default: stderr log-file=stderr ; ; setting: log-level ; desc : log verbosity level (4: debug, 3: info, 2: warning, 1: error) ; default: 1 log-level=%BLACKFIRE_LOG_LEVEL% ; ; setting: server-id ; desc : Sets the server id used to authenticate with Blackfire API ; default: server-id=%BLACKFIRE_SERVER_ID% ; ; setting: server-token ; desc : Sets the server token used to authenticate with Blackfire API. It is unsafe to set this from the command line ; default: server-token=%BLACKFIRE_SERVER_TOKEN% ; ; setting: socket ; desc : Sets the socket the agent should read traces from. Possible value can be a unix socket or a TCP address. ie: unix:///var/run/blackfire/agent.sock or tcp://127.0.0.1:8307 ; default: unix:///var/run/blackfire/agent.sock socket=%BLACKFIRE_SOCKET% ; ; setting: spec ; desc : Sets the path to the json specifications file ; default: spec=