new file: SRC/.env.example

This commit is contained in:
sidya82 2015-02-15 17:41:13 +01:00
parent a6c90519c1
commit 813c0774ee
1 changed files with 11 additions and 0 deletions

11
SRC/.env.example Normal file
View File

@ -0,0 +1,11 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file