From 509bd66ffc5978fb87ea19eeccf65862e4a6ecc1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 5 Dec 2014 12:49:17 +0000 Subject: [PATCH] Formatting --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e4698ecc..1b15c5b2 100644 --- a/INSTALL.md +++ b/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: