# Woocommerce on Radicle?

**URL:** https://discourse.roots.io/t/woocommerce-on-radicle/29969
**Category:** radicle
**Created:** 2025-10-05T20:18:19Z
**Posts:** 2

## Post 1 by @bahamagician — 2025-10-05T20:18:19Z

Hey,

Two quick questions:

1. what’s the best way to get started with Woocommerce with Radicle? Is it the Sage/Woocommerce package?
2. What’s the default database credentials and DB name when using Lando locally? Is it pulling from the .env file?

---

## Post 2 by @ben — 2025-10-05T20:21:19Z

1. Yes
2. No, it uses `.lando.env` but you can run `lando info` to get the database DB port

From 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
