lib/not_relational/configuration.rb in cloudwow-not_relational-0.1.3 vs lib/not_relational/configuration.rb in cloudwow-not_relational-0.1.5
- old
+ new
@@ -44,11 +44,11 @@
@cipher_key_file ||= "./.cipher_key"
if @cipher_key_file and File.exists?(@cipher_key_file)
@cipher_key=File.open(@cipher_key_file).read
end
- @cipher_iv_file ||= "./cipher_iv"
@cipher_iv_file=not_relational_config['cipher_iv_file']
+ @cipher_iv_file ||= "./cipher_iv"
if @cipher_iv_file and File.exists?(@cipher_iv_file)
@cipher_iv=File.open(@cipher_iv_file).read
end
end
\ No newline at end of file