mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 20:39:44 +01:00
Formatting
This commit is contained in:
parent
88d49d4d7c
commit
509bd66ffc
10
INSTALL.md
10
INSTALL.md
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user