Files
php-dev-router/config.example.json
2026-06-16 18:55:05 +03:30

23 lines
591 B
JSON

{
"projects_root": "~/PhpstormProjects",
"domain": "php.test",
"ssl_certificate": "~/.ssl/php-dev-router/fullchain.pem",
"ssl_certificate_key": "~/.ssl/php-dev-router/privkey.pem",
"php_fpm_socket": "/run/php-fpm/php-fpm.sock",
"nginx_conf": "/etc/nginx/conf.d/php-dev-router.conf",
"hosts_file": "/etc/hosts",
"systemd_service": "/etc/systemd/system/php-dev-router.service",
"skip_dirs": [
".cd",
".git",
".idea",
".vscode",
"bootstrap/cache",
"node_modules",
"storage",
"vendor"
],
"scan_max_depth": 5,
"watch_interval_seconds": 3
}