Merge pull request #11240 from appwrite/fix-sites-domains

CLI update
This commit is contained in:
Jake Barnby
2026-02-04 06:28:14 +00:00
committed by GitHub
12 changed files with 217 additions and 21 deletions
@@ -78,9 +78,9 @@ class ConsoleVariables extends Model
])
->addRule('_APP_DOMAIN_SITES', [
'type' => self::TYPE_STRING,
'description' => 'A domain to use for site URLs.',
'description' => 'A comma separated list of domains to use for site URLs.',
'default' => '',
'example' => 'sites.localhost',
'example' => 'sites.localhost,sites.example.com',
])
->addRule('_APP_DOMAIN_FUNCTIONS', [
'type' => self::TYPE_STRING,