diff options
-rw-r--r-- | curling.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ require 'sinatra/cookies' require './hex_engine' def secret - 'tajny_token_hehe' + ENV['HEX_SECRET'] || 'tajny_token_hehe' end get '/:command' do |command| |