feat: adds app connection for laravel forge

This commit is contained in:
Piyush Gupta
2025-10-10 22:35:46 +05:30
parent fc6e364c60
commit d260e40a3b
24 changed files with 389 additions and 14 deletions

View File

@@ -2355,6 +2355,9 @@ export const AppConnections = {
sslRejectUnauthorized:
"Whether or not to reject unauthorized SSL certificates (true/false). Set to false only in test environments with self-signed certificates.",
sslCertificate: "The SSL certificate (PEM format) to use for secure connection."
},
LARAVEL_FORGE: {
apiToken: "The API token used to authenticate with Laravel Forge."
}
}
};