Hey,
Two quick questions:
- what’s the best way to get started with Woocommerce with Radicle? Is it the Sage/Woocommerce package?
- What’s the default database credentials and DB name when using Lando locally? Is it pulling from the .env file?
Hey,
Two quick questions:
.lando.env but you can run lando info to get the database DB portFrom the lando info output:
internal_connection: { host: 'database', port: '3306' },
external_connection: { host: '127.0.0.1', port: '65109' },
Use the external_connection port, and heads up, it changes each time you restart Lando