Merge pull request #9840 from appwrite/1.7.x

Merge 1.7.x into main
This commit is contained in:
Steven Nguyen 2025-05-20 20:49:20 -07:00 committed by GitHub
commit e5ad27c33a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,6 +106,15 @@ return [
'question' => '',
'filter' => ''
],
[
'name' => '_APP_DOMAIN_SITES',
'description' => 'A domain to use for site preview URLs.',
'introduction' => '',
'default' => 'sites.localhost',
'required' => false,
'question' => '',
'filter' => ''
],
[
'name' => '_APP_DOMAIN_TARGET',
'description' => 'Deprecated since 1.7.0. A DNS A record hostname to serve as a CNAME target for your Appwrite custom domains. You can use the same value as used for the Appwrite \'_APP_DOMAIN\' variable. The default value is \'localhost\'.',