This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Move config from DB to configuration file #153
Labels
🚀enhancement
an issue/pull request that adds a feature to the application
in progress
indicates that issue/pull request is currently being worked on
Milestone
Right now there is a Couch/Pouch config database that we currently only use to determine whether or not to use google auth for login. This should be replaced with a value in the config.js file used by the server.
Additionally we use that pouchdb to store oauth credentials locally. This needs to use Ember Simple Auth for storage.
The text was updated successfully, but these errors were encountered: