mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
move billing secret to application.yml
This commit is contained in:
parent
204629a62b
commit
5aacaef006
3 changed files with 4 additions and 3 deletions
|
@ -31,7 +31,7 @@ module EisBilling
|
|||
end
|
||||
|
||||
def self.billing_secret
|
||||
Rails.application.credentials.config[:billing_secret]
|
||||
ENV['billing_secret']
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue