chore: remove optional properties from Laravel Forge destinationConfig

This commit is contained in:
Piyush Gupta
2025-10-15 22:48:12 +05:30
parent 42d1491a3e
commit 906d0f5613

View File

@@ -102,11 +102,8 @@ description: "Learn how to configure a Laravel Forge Sync for Infisical."
},
"destinationConfig": {
"orgSlug": "org-abc123",
"orgName": "org-name",
"serverId": "server-abc123",
"serverName": "server-name",
"siteId": "site-abc123",
"siteName": "site-name"
}
}'
```