ZiaChoudhary
In Appwrite self hosting docs at https://appwrite.io/docs/production everything is briefly explained but I still have some queries
1.should I change follwoing : _APP_EXECUTOR_SECRET=your-secret-key _APP_EXECUTOR_HOST=http://appwrite-executor/v1
TypeScript
2.what should I put here _APP_SYSTEM_EMAIL_NAME=Appwrite
TL;DR
Summary: The user is asking about environment variables in the production environment. They have mentioned two variables: `_APP_EXECUTOR_SECRET` and `_APP_EXECUTOR_HOST`. They are unsure about the values they should use for these variables. Additionally, they are also looking for guidance on what value to set for the `_APP_SYSTEM_EMAIL_NAME` variable.
Solution: The user should set the value of `_APP_EXECUTOR_SECRET` to their secret key. For the `_APP_EXECUTOR_HOST` variable, they should use `http://appwrite-executor/v1` as the value. As for the `_APP_SYSTEM_EMAIL_NAME` variable, they Drake
- yes
_APP_EXECUTOR_SECRET
- no
_APP_EXECUTOR_HOST
- the name of your email for
_APP_SYSTEM_EMAIL_NAME
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...