github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/php/7.3/mods-available/blackfire.ini (about) 1 ; priority=90 2 ; ?priority=90 3 [blackfire] 4 extension=blackfire.so 5 blackfire.agent_socket = unix:///var/run/blackfire/agent.sock 6 7 ;Sets fine-grained configuration for Probe. 8 ;This should be left blank in most cases. For most installs, 9 ;the server credentials should only be set in the agent. 10 ;blackfire.server_id = 11 12 ;Sets fine-grained configuration for Probe. 13 ;This should be left blank in most cases. For most installs, 14 ;the server credentials should only be set in the agent. 15 ;blackfire.server_token = 16 ;blackfire.log_level = 3 17 ;blackfire.log_file = /tmp/blackfire.log