Skip to content

Instantly share code, notes, and snippets.

@tarlepp
Created March 12, 2014 17:45
Show Gist options
  • Save tarlepp/9512207 to your computer and use it in GitHub Desktop.
Save tarlepp/9512207 to your computer and use it in GitHub Desktop.
wunder@wunder-VirtualBox:~/projects$ node Taskboard/app.js
warn: Session secret must be identified!
Should be of the form: `config.session = { secret: "someVerySecureString" }`
Automatically generating one for now...
(Note: This will change each time the server starts and break multi-instance deployments.)
e.g. To set up a session secret, add or update it in `config/session.js`:
module.exports.session = { secret: "keyboardcat" }
info:
info:
info: Sails.js <|
info: v0.9.11 |\
info: /|.\
info: / || \
info: ,' |' \
info: .-'.-==|/_--'
info: `--'-------'
info: __---___--___---___--___---___--___
info: ____---___--___---___--___---___--___-__
info:
info: Server lifted in `/home/wunder/projects`
info: To see your app, visit http://localhost:1337
info: To shut down Sails, press <CTRL> + C at any time.
debug: --------------------------------------------------------
debug: :: Wed Mar 12 2014 19:43:57 GMT+0200 (EET)
debug:
debug: Environment : development
debug: Port : 1337
debug: --------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment