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
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: app/views/docs/configuration.phtml
+3-1
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,9 @@
192
192
<tr>
193
193
<td>_APP_DOMAIN_FUNCTIONS</td>
194
194
<td>
195
-
This will be used for <a href="/docs/functions-deploy#domains">Function Domains</a>. When a function domain is generated, it will be <code>[UNIQUE_ID].[_APP_DOMAIN_FUNCTIONS]</code>.
195
+
This will be used for system generated <a href="/docs/functions-deploy#domains">Function Domains</a>.
196
+
When a function domain is generated, it will be <code>[UNIQUE_ID].[_APP_DOMAIN_FUNCTIONS]</code>.
197
+
If <code>_APP_DOMAIN_FUNCTIONS</code> is set to <code>example.com</code> for example, the generated domain for functions will be something like <code>64d4d22db370ae41a32e.example.com</code>.
196
198
You can use the same value as used for the Appwrite <code>_APP_DOMAIN</code> variable.
0 commit comments