Sylius / PluginTemplate

MIT License
4 stars 3 forks source link

Improve configuring Postgres development database #4

Open jakubtobiasz opened 1 year ago

jakubtobiasz commented 1 year ago

Currently, we're always suggesting 3306 as a database port. With small effort, we can check whether a chosen db is postgres or not. If yes, we can suggest 5432 as a port for the database.