roshi112

Results 3 issues of roshi112

correct if else. if delivery_method.downcase == 'smtp' config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { address: ENV['SMTP_ADDRESS'], port: ENV['SMTP_PORT'], domain: ENV['SMTP_DOMAIN'], user_name: ENV['SMTP_USERNAME'], # Your SMTP user here. password: ENV['SMTP_PASSWORD'], # Your...

### Describe the bug > cd packages/core && NODE_ENV=production node . > core info Core app is running at http://localhost:3001/ > core info Core app is running at https://auth.domain.com/ >...

bug

I have already put apilayer api key: [exchange] [exchange.fixer] endpoint = "https://api.apilayer.com/fixer" api_key = "My_FIXER_API_KEY" and I still got this error: (ERROR) - could not request updated exchange rates (ERROR)...