From 1f64b5167c726c904d8b9b50e88fb3734ad2cda9 Mon Sep 17 00:00:00 2001 From: "dev-docs-github-app[bot]" <178952281+dev-docs-github-app[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 03:55:42 +0000 Subject: [PATCH 1/6] Create file --- dev-docs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev-docs.json diff --git a/dev-docs.json b/dev-docs.json new file mode 100644 index 0000000000..ad795ee991 --- /dev/null +++ b/dev-docs.json @@ -0,0 +1,9 @@ +{ + "gitHubApp": { + "approvalWorkflow": true, + "userDocsWorkflows": [ + "generateUserDocs" + ], + "issues": true + } +} \ No newline at end of file From 4e377779011d92e6f9b0d21449935fafcb366c85 Mon Sep 17 00:00:00 2001 From: avb-dev-docs <123575048+avb-dev-docs@users.noreply.github.com> Date: Wed, 16 Apr 2025 20:57:34 -0700 Subject: [PATCH 2/6] Update dev-docs.json --- dev-docs.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-docs.json b/dev-docs.json index ad795ee991..41cc331aa8 100644 --- a/dev-docs.json +++ b/dev-docs.json @@ -5,5 +5,6 @@ "generateUserDocs" ], "issues": true - } -} \ No newline at end of file + }, + "aiProvider": "google" +} From 2d5e3350fbc20bd1beed8a494ceaabf20e7965c3 Mon Sep 17 00:00:00 2001 From: avb-dev-docs <123575048+avb-dev-docs@users.noreply.github.com> Date: Wed, 16 Apr 2025 21:18:09 -0700 Subject: [PATCH 3/6] Update dev-docs.json --- dev-docs.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-docs.json b/dev-docs.json index 41cc331aa8..e1820254da 100644 --- a/dev-docs.json +++ b/dev-docs.json @@ -1,10 +1,3 @@ { - "gitHubApp": { - "approvalWorkflow": true, - "userDocsWorkflows": [ - "generateUserDocs" - ], - "issues": true - }, "aiProvider": "google" } From bc3f683baa7e5d64878f2d1c5301f7c16a3bf6dc Mon Sep 17 00:00:00 2001 From: avb-dev-docs <123575048+avb-dev-docs@users.noreply.github.com> Date: Wed, 16 Apr 2025 21:52:22 -0700 Subject: [PATCH 4/6] Update dev-docs.json --- dev-docs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-docs.json b/dev-docs.json index e1820254da..2c63c08510 100644 --- a/dev-docs.json +++ b/dev-docs.json @@ -1,3 +1,2 @@ { - "aiProvider": "google" } From fa1bfe0fdd0fff819903ae472dbe6af8382e865a Mon Sep 17 00:00:00 2001 From: avb-dev-docs <123575048+avb-dev-docs@users.noreply.github.com> Date: Wed, 16 Apr 2025 22:52:20 -0700 Subject: [PATCH 5/6] Update dev-docs.json --- dev-docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs.json b/dev-docs.json index 2c63c08510..379223a96b 100644 --- a/dev-docs.json +++ b/dev-docs.json @@ -1,2 +1,3 @@ { + "aiProvider": "aws" } From 7aee9523fdcc317bf2594bc8672d22803a291f0c Mon Sep 17 00:00:00 2001 From: "dev-docs-github-app-dev[bot]" <178211755+dev-docs-github-app-dev[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:10:50 +0000 Subject: [PATCH 6/6] Update file --- docusaurus/docs/cms/configurations/server.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus/docs/cms/configurations/server.md b/docusaurus/docs/cms/configurations/server.md index efecdcdafd..53877e5b56 100644 --- a/docusaurus/docs/cms/configurations/server.md +++ b/docusaurus/docs/cms/configurations/server.md @@ -60,6 +60,10 @@ The `./config/server.js` minimal configuration requires the `host` and `port` pa [Environmental configurations](/cms/configurations/environment.md) (i.e. using the `env()` helper) do not need to contain all the values so long as they exist in the default `./config/server.js`. ::: +:::info +In development environments, when using localhost addresses (`127.0.0.1`, `0.0.0.0`, `::1`, or `::`), Strapi automatically generates URLs with `localhost` as the hostname. +::: + The default configuration created with any new project should at least include the following: