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, when initializing the mongo database (in ./backend/libl/db ), we are always using a production URL. Instead, if the environmental variable is not set to PRODUCTION, we can setup a local database that is populated with sample posts that are available in the repo.
The text was updated successfully, but these errors were encountered:
Currently, when initializing the mongo database (in ./backend/libl/db ), we are always using a production URL. Instead, if the environmental variable is not set to PRODUCTION, we can setup a local database that is populated with sample posts that are available in the repo.
The text was updated successfully, but these errors were encountered: