You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dev and Prod rerum_servers are going to use the same mongo instance on the same server now. Now what will change is the name of the collection to use from the mongo connection. We will have the collection annotationStore for production. We will have annotationStoreDev for development.
This "mongodb-to-use" should become a Constant in rerum_server. Constant.java could use a small cleanup while in there.
The text was updated successfully, but these errors were encountered:
Dev and Prod rerum_servers are going to use the same mongo instance on the same server now. Now what will change is the name of the collection to use from the mongo connection. We will have the collection
annotationStore
for production. We will haveannotationStoreDev
for development.This "mongodb-to-use" should become a Constant in
rerum_server
. Constant.java could use a small cleanup while in there.The text was updated successfully, but these errors were encountered: