theomessin / laravel-devcontainer

🐋 Fully-Dockerised Laravel development in Visual Studio Code
MIT License
121 stars 30 forks source link

[question] connect to RDS instead local mysql? #5

Closed hebertlima closed 2 years ago

hebertlima commented 2 years ago

Hello there, first, thank you so much for this repo, it's amazing the way that works!

I wonder to know if it's possible to connect to the Amazon RDS database? I'm trying to put the credentials to .env, but I got denied msg and the IP showing on error was not from my RDS address

theomessin commented 2 years ago

Hello, I don't see why not. There's nothing in the devcontainer preventing you from doing this. If its not working it might have something to do with your config. Sorry I can't be more helpful