Skip to content

Latest commit

 

History

History

README.md

Config

This is where you configure the api. Each of these files in quite a lot to take on.

I encourage you to read the docs here https://github.com/balderdashy/sails-docs

local.js

Add in a file called local.js.

This is what sails will use to connect you to the database. model.js is the file that is the same but is used when the app is on a server. There is an example in local.example