0.0
No commit activity in last 3 years
No release in over 3 years
dotenv lita extension
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

~> 2.0
>= 4.4
 Project Readme

lita-dotenv

Lita extension to load dotenv on starting up.

Installation

Add lita-dotenv to the Gemfile of your lita application.

gem "lita-dotenv"

Usage

Create .env file on top of the lita application directory to specify ENV values, for example:

SLACK_API_KEY=YOUR_SLACK_API_TOKEN
REDISTOGO_URL='redis://localhost:6379'

And add .env to .gitignore file to prevent from publishing your secret token or something.