Skip to content

Files

Latest commit

cda0c67 · Jan 24, 2025

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 5, 2023
Jun 6, 2020
Mar 13, 2023
Jan 6, 2024
Mar 21, 2023
Dec 5, 2023
Jun 21, 2020
Dec 5, 2023
Jun 6, 2020
Dec 5, 2023
Feb 11, 2023
Jan 25, 2024
Apr 29, 2024
Jan 6, 2024
Jan 7, 2024
Jan 6, 2024
Jan 24, 2025
Jan 6, 2024
Dec 5, 2023
Jun 6, 2020
Jun 21, 2020

Configuration

The majority of configuration files live in this folder. local.js.sample is intended to be copied to local.js (which is Git ignored), which will override anything in the env folder (defaults to env/development.js).

Things to keep in-mind

  • NEVER store credentials, security keys, session secrets, etc. in Git-tracked files!
  • bootstrap.js Has nothing to do with the CSS framework Bootstrap. It is actually the last file Sails runs before being fully "lifted". Currently, this repo uses this file for schema validation and enforcement on production servers. Read more about this in the main README.

Useful Links