Skip to content

Instantly share code, notes, and snippets.

@stborchert
stborchert / core.properties
Created December 17, 2020 17:53
DDEV recipe for Solr 5
name=solr_content
config=solrconfig.xml
schema=schema.xml
dataDir=/var/solr/data/solr_content
@stborchert
stborchert / php.override.ini
Created June 25, 2021 18:10
DDEV: debugging with Xdebug and NetBeans
; Override PHP variables.
[xdebug]
xdebug.client_host = host.docker.internal
xdebug.idekey = netbeans-xdebug