Learn how to deactivate Stripe in Quivr.
DEACTIVATE_STRIPE=true
to an empty string. This will disable the payment system and the users will not be able to buy more credits.
You can do this by updating the .env
file.
NEXT_PUBLIC_SHOW_TOKENS=false
to an empty string. This will hide the tokens in the frontend.
You can do this by updating the .env
file.