mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
Final requested changes before Merge. Fixed Database to Databases references.
This commit is contained in:
parent
1da784fa40
commit
509fb3052a
@ -15,7 +15,7 @@ Strapi gives you the option to choose the most appropriate database for your pro
|
||||
|
||||
## SQLite Installation
|
||||
|
||||
SQLite is the default ([Quick Start](/3.x.x/getting-started/quick-start.html)) and recommended database to quickly deploy an app locally.
|
||||
SQLite is the default ([Quick Start](/3.x.x/getting-started/quick-start.html)) and recommended database to quickly create an app locally.
|
||||
|
||||
### Install SQLite locally
|
||||
|
||||
@ -31,7 +31,7 @@ This will create a new project and launch it in the browser. (The [Quick Start G
|
||||
|
||||
### Install MongoDB locally
|
||||
|
||||
In order to use Strapi with [MongoDB](https://www.mongodb.com/) in production, you must have and use MongoDB on your local development environment. These instructions show how to install a Strapi project locally with a MongoDB database.
|
||||
In order to use Strapi with [MongoDB](https://www.mongodb.com/) in production, you must have and use MongoDB on your local development environment. These instructions show how to start using Strapi with a MongoDB database.
|
||||
|
||||
- You must have [Strapi installed globally](/3.x.x/getting-started/quick-start-tutorial.html#_1-install-strapi-globally).
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ Strapi gives you many possible deployment options for your project or applicatio
|
||||
|
||||
|
||||
|
||||
(Deploying **databases** along with Strapi is covered in the [Database Guide](/3.x.x/guides/databases.html).)
|
||||
(Deploying **databases** along with Strapi is covered in the [Databases Guide](/3.x.x/guides/databases.html).)
|
||||
|
||||
**Table of contents:**
|
||||
|
||||
@ -225,7 +225,7 @@ The add-on automatically exposes the database credentials into a single environm
|
||||
heroku config
|
||||
```
|
||||
|
||||
This should print something like this: `DATABASE_URL: postgres://ebitxebvixeeqd:dc59b16dedb3a1eef84d4999b4baf@ec2-50-37-231-192.compute-2.amazonaws.com: 5432/d516fp1u21ph7b`.
|
||||
This should print something like this: `DATABASE_URL: postgres://ebitxebvixeeqd:dc59b16dedb3a1eef84d4999sb4baf@ec2-50-37-231-192.compute-2.amazonaws.com: 5432/d516fp1u21ph7b`.
|
||||
|
||||
(This url is read like so: *postgres:// **USERNAME** : **PASSWORD** @ **HOST** : **PORT** : **DATABASE_NAME***)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user