mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update app/config/runtimes/enum.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
372ad6ce43
commit
740da0342f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ enum Sizes: string
|
|||
{
|
||||
case S_1VCPU_512MB = 's-1vcpu-512mb';
|
||||
case S_1VCPU_1GB = 's-1vcpu-1gb';
|
||||
case S_2VCPU_1GB = 's-2vcpu-1gb';
|
||||
case S_2VCPU_2GB = 's-2vcpu-2gb';
|
||||
case S_2VCPU_4GB = 's-2vcpu-4gb';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue