Update .env.example

master
Loïc Bersier 4 years ago
parent d48a1e2cec
commit 97792466ca

@ -3,7 +3,7 @@ PORT=3333
NODE_ENV=development NODE_ENV=development
APP_URL=http://${HOST}:${PORT} APP_URL=http://${HOST}:${PORT}
CACHE_VIEWS=false CACHE_VIEWS=false
APP_KEY=Please do 'adonis key:generate' APP_KEY=
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306

Loading…
Cancel
Save