
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
- yes
_APP_EXECUTOR_SECRET
- no
_APP_EXECUTOR_HOST
- the name of your email for
_APP_SYSTEM_EMAIL_NAME
Recommended threads
- Check User on Server SDK
I have my backend which exposes some endpoints let's say /feed (return a hard coded json as response) I want this to be only accessible to users who are curre...
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
