Set more sane defaults in .env
This commit is contained in:
parent
ecdd133b75
commit
cf41060531
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ APP_CLEAR_TASKLOG=720
|
|||
APP_DELETE_MINUTES=10
|
||||
APP_URL=http://yoursite.com/
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=homestead
|
||||
DB_USERNAME=homestead
|
||||
DB_DATABASE=panel
|
||||
DB_USERNAME=pterodactyl
|
||||
DB_PASSWORD=secret
|
||||
|
||||
CACHE_DRIVER=redis
|
||||
|
|
Loading…
Reference in a new issue