Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit f1e7d28

Browse files
author
Vincent (Wen Yu) Ge
committedSep 1, 2023
add example for _APP_DOMAIN_TARGET
1 parent 79a0842 commit f1e7d28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎app/views/docs/configuration.phtml

+3-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@
192192
<tr>
193193
<td>_APP_DOMAIN_FUNCTIONS</td>
194194
<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>.
196198
You can use the same value as used for the Appwrite <code>_APP_DOMAIN</code> variable.
197199
</td>
198200
</tr>

0 commit comments

Comments
 (0)
This repository has been archived.