Skip to content

Configuration

Travis Webb edited this page Feb 24, 2015 · 4 revisions

permissions

sails.config.models

Settings for sails models. These can also be set per-Model in the individual Model files (in api/models)

name description default
autoCreatedBy automatically set createdBy and owner attributes on newly created objects true

sails.config.permissions

name description default
adminEmail the email address of the admin/root user [email protected]
adminUsername admin username admin
adminPassword admin password admin1234
Clone this wiki locally