Skip to content

Commit

Permalink
Add example site configuration (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Obert authored Oct 14, 2024
1 parent 31218c9 commit 5556eeb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ hooks:
- exec-host: ddev solrctl apply
```
### Example configuration for TYPO3
To connect to the solr service you have to configure the following lines in your site configuration:
```yaml
solr_enabled_read: true
solr_host_read: <your-site>.ddev.site
solr_path_read: /
solr_port_read: '8984'
solr_scheme_read: https
```
### Delete cores and its configuration
```
Expand Down

0 comments on commit 5556eeb

Please sign in to comment.