mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: add size property to Laravel Forge app connection
This commit is contained in:
@@ -125,7 +125,8 @@ export const APP_CONNECTION_MAP: Record<
|
||||
[AppConnection.Redis]: { name: "Redis", image: "Redis.png" },
|
||||
[AppConnection.LaravelForge]: {
|
||||
name: "Laravel Forge",
|
||||
image: "Laravel Forge.png"
|
||||
image: "Laravel Forge.png",
|
||||
size: 65
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user