drusepth / Indent

Indent is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.
http://indentapp.com
1 stars 1 forks source link

Remove secret_token.rb file #425

Closed Cantido closed 9 years ago

Cantido commented 9 years ago

The secret_token.rb file should not be checked into source control. That's your private key for signing cookies.

As an alternative, you could use travis's command-line utility to encrypt this value, and then add the secret token to the .travis.yml file, use that to stick it into an environment variable, and then pull it into this file.

drusepth commented 9 years ago

:+1: