It's not a vite variable
it's docker
I'm talking about client side programming
like react -
Those env variables are to change your self-hosted appwrite instance configuration. They can be changed in the docker compose file in your appwrite install folder. It has nothing to do with Vite nor it's possible to change it from there due to security reasons, mainly
ok lemme login to ssyh
@D5
what should I edit ?
What do you want to edit?
Or for what?
To disable rate limit?
abuse..
ye
_APP_OPTIONS_ABUSE=disabled
However I don't recommed disabling it
Except for and during development
I'm just learning
I'm not doing it for production
Then that's perfect
do I need to run this after editintg docker compose up -d
Did you try reading the top of the docs you linked?
I did.. and I hope this time it doesn't refuse..
Yes
works fine , thank you guys!!
[SOLVED] Rate Limit
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...