mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
5 lines
141 B
Ruby
5 lines
141 B
Ruby
Rails.application.config.paypal = {
|
|
client_id: ENV.fetch('PAYPAL_CLIENT_ID', ''),
|
|
client_secret: ENV.fetch('PAYPAL_SECRET', '')
|
|
}
|