I am very new to Strapi and I have bigcommerce theme where I should implement content from Strapi.
How can I import content from Strapi to my bigcommerce theme?
In my bigcommerce theme I have config.json where I have these fields :
> - I doubt that this is not correctly set, because I dont see other way to connect strapi with my bigcommerce theme.
>
> "settings": {
> "strapi_base_url": "what should I put here?(is it url with my cms admin strapi url?)",
> "integration_server_base_url": "And same question, what is integration_server_base_url, where I can find it?",
> "google_captcha_key": "/",
> "bc_app_client_id": "/",
> "google_site_verification": "/",
> ...
> }
In short I need to populate a theme with content from Strapi.
Thanks on your time, and every advice would be nice!