working on encryption
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if Rails.env.production?
|
||||
# Specify env variable/location/etc. to retrieve key from
|
||||
elsif Rails.env.development?
|
||||
KEY = "123456789101112123456789101112123456789101112"
|
||||
end
|
||||
Reference in New Issue
Block a user