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
Currently a database is created for each created app. In my opinion it would be better to use one database only and to use namespaces and collections for the apps.
Motivation:
Security: A mongo user with very extensive privileges is currently required. A single database would enable the usage of a more restricted user.
Shared-hosting database server: Because of the mentioned reasons, it is nearly impossible to use the database server for multiple applications (not airnotifier).
The text was updated successfully, but these errors were encountered:
Currently a database is created for each created app. In my opinion it would be better to use one database only and to use namespaces and collections for the apps.
Motivation:
The text was updated successfully, but these errors were encountered: