phlask-map
phlask-map copied to clipboard
The environment should properly switch to the correct database
Currently, all environments will use the phlask-beta
database. We should:
- Create the
phlask-test
andphlask-prod
databases by cloning thephlask-beta
dastabase - The frontend should properly choose the right DB to use if it is in prod vs local vs beta.