Skip to content

Commit 5d9b011

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-59: change request with no subject merged in GitBook
1 parent 79cb230 commit 5d9b011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

getting-started/database-drivers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MariaDB ships as the default database that's included in the `docker-compose.yml
1414

1515
| Environment Variable | Value |
1616
| -------------------- | -------------------------------------------------------------------------------------------------------------- |
17-
| `DB_DRIVER` | <p><code>mysql</code> </p><p></p><p>The <code>mysql</code> driver can be used for both MySQL and MariaDB.</p> |
17+
| `DB_CONNECTION` | <p><code>mysql</code> </p><p></p><p>The <code>mysql</code> driver can be used for both MySQL and MariaDB.</p> |
1818
| `DB_HOST` | The FQDN or address to the database instance. |
1919
| `DB_PORT` | `3306` is the default port but can depend on your setup. |
2020
| `DB_DATABASE` | Name of the database you'll connect to. |
@@ -33,14 +33,14 @@ To use SQLite follow the steps below to create your database file:&#x20;
3333

3434
| Environment Variable | Value |
3535
| -------------------- | --------------------------------------------------------------------------------- |
36-
| `DB_DRIVER` | `sqlite` |
36+
| `DB_CONNECTION` | `sqlite` |
3737
| `DB_DATABASE` | This should be the path to your SQLite database (i.e. `/config/database.sqlite`). |
3838

3939
#### Postgres
4040

4141
| Environment Variable | Value |
4242
| -------------------- | -------------------------------------------------------- |
43-
| `DB_DRIVER` | `pgsql` |
43+
| `DB_CONNECTION` | `pgsql` |
4444
| `DB_HOST` | The FQDN or address to the database instance. |
4545
| `DB_PORT` | `5432` is the default port but can depend on your setup. |
4646
| `DB_DATABASE` | Name of the database you'll connect to. |

0 commit comments

Comments
 (0)