mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/config/runtimes/enum.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
co-authored by
Christy Jacob
parent
372ad6ce43
commit
740da0342f
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user