Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
add missing docker demo env
Browse files Browse the repository at this point in the history
  • Loading branch information
adr1enbe4udou1n committed Jun 20, 2020
1 parent f58e695 commit e965a26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/demo-laravel/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ APP_URL=http://localhost:8000
APP_LOCALE=en
APP_TIMEZONE=UTC

SANCTUM_STATEFUL_DOMAINS=localhost:8080

DB_HOST=mysql
DB_DATABASE=bookstore-demo
DB_USERNAME=bookstore-demo
Expand All @@ -20,6 +22,8 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null

### Docker specific env
DOCKER_PUID=1000
DOCKER_PGID=1000
NGINX_HTTP_PORT=8000
PMA_PORT=9000
MYSQL_ROOT_PASSWORD=root

0 comments on commit e965a26

Please sign in to comment.