mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +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
|
@ -43,7 +43,7 @@ module EisBilling
|
|||
end
|
||||
|
||||
def billing_secret_key
|
||||
Rails.application.credentials.config[:billing_secret]
|
||||
ENV['billing_secret']
|
||||
end
|
||||
|
||||
def logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue