Allow setting of DB_SCHEMA and DB_PREFIX. Closes #1649

This commit is contained in:
James Brooks
2016-03-23 10:12:56 +00:00
parent 62bba0ffa6
commit 82e4411b45
2 changed files with 6 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ DB_DATABASE=cachet
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_PORT=null
DB_PREFIX=null
CACHE_DRIVER=file
SESSION_DRIVER=file