vue-sails-example
vue-sails-example copied to clipboard
External DB
For some reason I can`t connect external DB, like mongo or Mysql. Sails uses internal local-disk storage instead of connected database. May I ask how to make it work ?
---------Up ------------
Tried to change default settings in sails-hook-orm.
Got error - The installed version of adapter sails-mysql \ sails-mongo is too new!
Installed version < 1.0. It helped. So issue in config files. Configs from config/datastores, config/models not overrides sails-hook-orm defaults ....
If you found a solution I'm happy to accept a pull request.