Skip to content

Commit 6e3faf8

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-60: change request with no subject merged in GitBook
1 parent 5d9b011 commit 6e3faf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

getting-started/database-drivers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ To use SQLite follow the steps below to create your database file: 
3131
2. Create a file called `database.sqlite`, you can do this by running `touch database.sqlite` in the mounted volume or create it in the mounted directory.
3232
3. Update your environment variables to only include the following environment variables in the table below.
3333

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

3939
#### Postgres
4040

0 commit comments

Comments
 (0)