Merge pull request #1398 from marius851000/document_foreman_user

Document the default Hydra user and port in hacking.md
This commit is contained in:
Janne Heß 2024-08-01 09:58:30 +02:00 committed by GitHub
commit 7de7122479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,8 @@ foreman:
$ foreman start
```
The Hydra interface will be available on port 63333, with an admin user named "alice" with password "foobar"
You can run just the Hydra web server in your source tree as follows:
```console