diff --git a/docs/3.x.x/en/guides/deployment.md b/docs/3.x.x/en/guides/deployment.md index a082b1d2a2..0c698834e7 100644 --- a/docs/3.x.x/en/guides/deployment.md +++ b/docs/3.x.x/en/guides/deployment.md @@ -18,6 +18,9 @@ Update the `production` settings with the IP and domain name where the project w } ``` +In case your database is not running on the same server, make sure that the environment of your production +database (`./config/environments/production/database.json`) is set properly. + **⚠️ If you changed the path to access to the administration, the step #2 is required.** #### #2 - Setup (optional)