Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added blackfire to the readme of the project #38

Merged
merged 1 commit into from
Oct 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ To see the the mailhog UI, run `ahoy docker mailhog-url` and access that url fro

This is a proxy used to route request for given domain to nginx backend. To use it, you just need to have a .env file in the root of this folder with `VIRTUAL_HOST` variable set to any wanted domain. When you run `ahoy up` the magic will happen and you'll be able to open that domain in your browser and get your site. If you need more than one domain, set them in the same variable separated by comma.

### Blackfire

This tool also contains the Blackfire profiling tool, to configure it please put your server id and server token into the `.env` file, for more documentation about Blackfire go to this web page: https://blackfire.io/

## Contributing

Use the project, fork it, and submit PRs. We are responsive and will review them as soon as possible!
Expand Down