I am self hosting appwrite. I update the .env file located in the appwrite directory on my instance.
I run
docker compose up - d
After it finishes, I run:
docker compose exec appwrite vars
However, the values I updated in the .env file do not show up here. Values I am trying to update: _APP_EMAIL_CERTIFICATES _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
My _APP_DOMAIN AND TARGET is of the format app.example.com
(I was updating above variables so that my certificate generates properly for my app.example.com , which currently shows an insecure connection)
Looking for any help. Thank you.
Little update....the secure connection is getting established now, had to clear browser cache and cookies.
However, the variables are still not showing as updated in the appwrite vars command
Recommended threads
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...