Skip to content

Commit

Permalink
Set up .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamieljv committed Nov 2, 2021
1 parent 8be0c46 commit fbcc6bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
APP_NAME=Wave
APP_NAME=Watkanikdoen
APP_ENV=local
APP_KEY=base64:8dQ7xw/kM9EYMV4cUkzKgET8jF4P0M0TOmmqN05RN2w=
APP_DEBUG=false
APP_LOG_LEVEL=debug
APP_URL=http://wave.test
APP_URL=http://127.0.0.1:8000

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=wave
DB_USERNAME=root
DB_DATABASE=watkanikdoen_app
DB_USERNAME=admin
DB_PASSWORD=

BROADCAST_DRIVER=log
Expand Down

0 comments on commit fbcc6bc

Please sign in to comment.