diff --git a/dev-docs.json b/dev-docs.json new file mode 100644 index 0000000000..379223a96b --- /dev/null +++ b/dev-docs.json @@ -0,0 +1,3 @@ +{ + "aiProvider": "aws" +} diff --git a/docusaurus/docs/cms/configurations/server.md b/docusaurus/docs/cms/configurations/server.md index efecdcdafd..9b28a9667e 100644 --- a/docusaurus/docs/cms/configurations/server.md +++ b/docusaurus/docs/cms/configurations/server.md @@ -172,3 +172,7 @@ export default ({ env }) => ({ + +:::note +In development environments, Strapi now also supports the following localhost IP addresses: `::1` and `::`. +:::