0% found this document useful (0 votes)
21 views

Pepabo Heroku

Uploaded by

Tatoa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Pepabo Heroku

Uploaded by

Tatoa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 42

RAILS_ENV production

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
🙏

You might also like