Skip to content

Commit

Permalink
Add more access details to devel page
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Nov 10, 2023
1 parent 5884d1f commit 0bd909b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"default": true,
"MD010": {
"code_blocks": false
"code_blocks": false,
},
"MD013": {
"code_blocks": false
"code_blocks": false,
"tables": false,
},
}
10 changes: 6 additions & 4 deletions docs/src/dev-manual/devel.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ documentation to know more about it.

## Access

There are four services available from the host:
There are three services available from the host:

- Enduro dashboard: <http://localhost:8080>
- Minio console: <http://localhost:7460> (username: minio, password: minio123)
- Temporal UI: <http://localhost:7440>
| Service | URL | Username | Password |
|-----------------|-----------------------------|---------------------|------------|
| Dashboard | <http://localhost:8080> | `[email protected]` | `admin` |
| MinIO console | <http://localhost:7460> | `minio` | `minio123` |
| Temporal UI | <http://localhost:7440> | `[email protected]` | `admin` |

## Live updates

Expand Down

0 comments on commit 0bd909b

Please sign in to comment.