chg: dev: fix the changing local url names from legacy .local - & change the minio default port #15

This commit is contained in:
Lang
2026-08-18 17:19:43 +02:00
parent 8b428260d7
commit 2be49ebdf1
5 changed files with 26 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "/phpactor.schema.json",
"symfony.enabled": true,
"indexer.exclude_patterns": [
"/vendor/**/Tests/**/*",
"/vendor/**/tests/**/*",
"/var/cache/**/*",
"/vendor/composer/**/*"
]
}