Added environment variables for produciton database.
This commit is contained in:
parent
23c5a18d9b
commit
245ac1aa11
1 changed files with 19 additions and 0 deletions
19
.env
Normal file
19
.env
Normal file
|
@ -0,0 +1,19 @@
|
|||
APP_ENV=local
|
||||
APP_DEBUG=false
|
||||
APP_KEY=u1B2wSjP9BcMNRi7L4IKJexNgzXd4cnW
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_DATABASE=billy
|
||||
DB_USERNAME=billy
|
||||
DB_PASSWORD=
|
||||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
QUEUE_DRIVER=sync
|
||||
|
||||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_ENCRYPTION=null
|
Loading…
Reference in a new issue