Can I export my strapi configuration?

Can I somehow export my strapi configuration?

Hi @Ionut_Popa,

There are a couple ways to do this.

You can use Strapi configuration commands:
Strapi configuration CLI docs

strapi configuration:dump
strapi configuration:restore

You can also try one of these to community plugins which aim to achieve the same:

2 Likes

Saved me, thank you!

No worries!
Feel free to mark my answer as the solution of your problem.

1 Like