-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove Redis and Mongo Dependencies #33
Comments
Sorry for the late response. If you still need this, you can comment out the dependencies in the database service file here The queue is also inactive by default until you start it via |
|
The queue and the request logs still depend on Mongo for the scheduler. Removing Mongo it'll break the scheduler. Leave the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
This is a great api boilerplate. My use case requires removing the queue/redis and mongo dependencies
From what I can tell, there is no way easy way to completely remove redis or mongo from the app.
Any help/guidance you can give would be greatly appreciated.
The text was updated successfully, but these errors were encountered: