Rank 1: Thread
I have deployed some functions from my local appwrite instance to server appwrite instance. But, when I deployed the environment variables of the functions I created on my local machine weren't moved to the server.
Now, what should I do? Manually add these variables again through console? Or, do we have any config or env file where I can add those and upload to server?
I have multiple environment variables for each functions. So, it's really annoying to write the variables every time I deploy to the server or reconfigure the server.