Skip to content

Commit

Permalink
Merge pull request #54 from pacoorozco/modify-configuration-on-produc…
Browse files Browse the repository at this point in the history
…tion

Update README.md
  • Loading branch information
pacoorozco authored Oct 6, 2020
2 parents 641ccc5 + 3478d68 commit 37d7696
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ Prior this installation, you **need to have installed** this software:
1. Modify the content of the `.env` file to put your settings, something like that:

```php
APP_ENV=production
APP_DEBUG=false
APP_URL=https://my.domain.com
DB_HOST='Your database host'
DB_DATABASE='Your database name'
DB_USERNAME='Your database user'
Expand Down

0 comments on commit 37d7696

Please sign in to comment.