lib/knapsack_pro/config/env.rb in knapsack_pro-0.31.0 vs lib/knapsack_pro/config/env.rb in knapsack_pro-0.32.0
- old
+ new
@@ -73,9 +73,17 @@
def test_files_encrypted?
test_files_encrypted == 'true'
end
+ def branch_encrypted
+ ENV['KNAPSACK_PRO_BRANCH_ENCRYPTED']
+ end
+
+ def branch_encrypted?
+ branch_encrypted == 'true'
+ end
+
def salt
required_env('KNAPSACK_PRO_SALT')
end
def endpoint