Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 804 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 804 Bytes

sails-hook-dotenv

Build Status npm version

Sails JS hook to load environment variables from a .env file using dotenv

Installation

npm install sails-hook-dotenv

Usage

Start sails as you normally do (sails lift) and you will be able to access your environment variables using process.env.your-variable-name

Configuration

You can add configuration options for this hook in config/dotenv.js by default. Currently, the only option is a boolean: active. Setting this to false will disable this hook.