You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/config/variables.php
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,24 @@
151
151
'question' => '',
152
152
'filter' => ''
153
153
],
154
+
[
155
+
'name' => '_APP_DOMAIN_TARGET_CAA',
156
+
'description' => 'A CAA record domain that can be used to validate custom domains. Value should be domain\'s hostname.',
157
+
'introduction' => '',
158
+
'default' => '',
159
+
'required' => false,
160
+
'question' => '',
161
+
'filter' => ''
162
+
],
163
+
[
164
+
'name' => '_APP_DNS',
165
+
'description' => 'DNS server to use for domain validation. Default: 8.8.8.8',
166
+
'introduction' => '',
167
+
'default' => '8.8.8.8',
168
+
'required' => false,
169
+
'question' => '',
170
+
'filter' => ''
171
+
],
154
172
[
155
173
'name' => '_APP_CONSOLE_WHITELIST_ROOT',
156
174
'description' => 'This option allows you to disable the creation of new users on the Appwrite console. When enabled only 1 user will be able to use the registration form. New users can be added by inviting them to your project. By default this option is enabled.',
thrownewException(Exception::RULE_VERIFICATION_FAILED, 'Domain verification failed because CAA records do not allow certainly.com to issue certificates.');
0 commit comments