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
- 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...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...