Skip to content

Commit

Permalink
Added local_test env for intranet-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Dec 11, 2017
1 parent a5fb859 commit 47cab4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/rails_secrets.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ development:
secret_key_base: <%= SecureRandom.hex(64) %>
test:
secret_key_base: <%= SecureRandom.hex(64) %>
local_test:
secret_key_base: <%= SecureRandom.hex(64) %>
production:
secret_key_base: <%= SecureRandom.hex(64) %>

0 comments on commit 47cab4b

Please sign in to comment.