Skip to content

Commit

Permalink
Add env file example
Browse files Browse the repository at this point in the history
  • Loading branch information
matchish committed Mar 14, 2020
1 parent 2320873 commit 189ac56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
APP_ENV=development
XDEBUG_CONFIG=remote_port=9001 remote_host=172.17.0.1 remote_autostart=1 remote_log=/home/user/xdebug.log
PHP_IDE_CONFIG=serverName=Scout
ELASTICSEARCH_HOST=elasticsearch:9200
DB_HOST=db
DB_PORT=3306
DB_DATABASE=my_database
DB_USERNAME=root
DB_PASSWORD=my_password

0 comments on commit 189ac56

Please sign in to comment.