Pepabo Heroku
Pepabo Heroku
staging qa RAILS_ENV
RAILS_ENV == development RAILS_ENV == production
#
PaymentService.configure do |config|
config.url = ENV[’PS_URL’] # staging
config.authentication_id = ENV[‘PS_AUTH_ID’]
config.authentication_password = ENV[‘PS_AUTH_PASSWORD’]
end
• heroku pg:backups:schedule
🙏