Formatting

This commit is contained in:
James Brooks 2014-12-05 12:49:17 +00:00
parent 88d49d4d7c
commit 509bd66ffc

View File

@ -39,11 +39,11 @@ Cachet relies on a database to store the components and incidents, however it ne
Our database configuration (`./app/config/database.php`) is setup to require the following environment variables:
- DB_DRIVER - `sqlite`, `mysql`, `pgsql` or `sqlsrv`.
- DB_HOST
- DB_DATABASE - SQLite file within the `app/database` directory or database name.
- DB_USERNAME
- DB_PASSWORD
- `DB_DRIVER` - `sqlite`, `mysql`, `pgsql` or `sqlsrv`.
- `DB_HOST`
- `DB_DATABASE` - SQLite file within the `app/database` directory or database name.
- `DB_USERNAME`
- `DB_PASSWORD`
Laravel uses PDO for its database driver so it should be compatible with: