chore(env): update env file

This commit is contained in:
Harminder Virk 2017-10-03 22:18:44 +05:30
parent b3f4794c96
commit c421e958b3

View File

@ -2,3 +2,12 @@ HOST=127.0.0.1
PORT=3333
NODE_ENV=development
CACHE_VIEWS=false
APP_KEY=
DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_DATABASE=adonis
SESSION_DRIVER=cookie
APP_URL=http://${HOST}:${PORT}