RAILS_ENV production
staging qa RAILS_ENV


RAILS_ENV == productionRAILS_ENV == development
#
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
















🙏




GMOペパボのエンジニアが語るHeroku活用ノウハウ

GMOペパボのエンジニアが語るHeroku活用ノウハウ