I’ve got the instance going and everything but my config doesn’t work and I don’t what to try to make it work.
All I get are 503 errors and no explanation.
Production mode config
return array(
'url' => 'http://patientdueling.com',
'asset_url' => '',
'profiler' => false,
'ssl' => false,
);
When I switched from a dedicated server I could control to Elastic Beanstalk server and RDS with AWS for some reason my environment of production vs development was no longer being detected.
I copied my production config into laravel’s default config and it worked!
My error: