Skip to content

Commit

Permalink
change APP_ENV to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed Nov 1, 2022
1 parent 2876ca7 commit 3c06df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
depends_on:
- mysql
environment:
- APP_ENV=prod
- APP_ENV=dev
- APP_DEBUG=0
- APP_SECRET=EDITME
- DATABASE_URL=mysql://sylius:${MYSQL_PASSWORD:-nopassword}@mysql/sylius
Expand Down

0 comments on commit 3c06df7

Please sign in to comment.