Merge pull request #1872 from hansemannn/patch-1

Add reference about production databases
This commit is contained in:
Jim LAURIE 2018-09-09 14:53:11 +02:00 committed by GitHub
commit b4dedc12f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.** **⚠️ If you changed the path to access to the administration, the step #2 is required.**
#### #2 - Setup (optional) #### #2 - Setup (optional)