File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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: 
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. |
You can’t perform that action at this time.
0 commit comments