Skip to content

occson/occson-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors