0.0
No release in over a year
Store, manage and deploy configuration securely with Occson.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 4.2.0
>= 6.1
 Project Readme

OCCSON

Store, manage and deploy Rails configuration securely with Occson.

Installation

Add this line to your application's Gemfile:

gem 'occson-rails'

And then execute:

$ bundle

Usage

Use occson rails engine in two simple steps:

  1. Define application version in config/application.rb
module Dummy
  VERSION = "0.1.0"

  class Application < Rails::Application
  end
end
  1. Create .env file with occson related environment variables
OCCSON_ACCESS_TOKEN=[ACCESS_TOKEN]
OCCSON_PASSPHRASE=[PASSPHRASE]

You can create .env file by environment eg.:

.env
.env.development
.env.development.local

License

The gem is available as open source under the terms of the MIT License.