I want to create a copy of my current Apostrophe project, but also want that copy to use a different DB already populated.
How can I change the DB details so that my Project Copy uses DB2?
Thanks! D
in app.js
the shortName
you've specified is the name of your mongo DB. In your copy change the shortName
to db2
edited for proper case, ty boutell