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
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...