Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletRedMan committed Feb 5, 2024
1 parent 1055434 commit c8675ae
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,3 @@ java -jar control-panel-0.0.1-SNAPSHOT.jar
| Name | Description | Default value |
|-----------------|-------------------------|------------------------|
| ROOM_PICKER_URL | URL to main application | http://localhost:8080/ |

## Authorisation
For use api methods from main application you need add http headers with username (`RoomPicker-User`)
and password (`Room_Picker-Password`).

Example:

```http request
GET http://localhost:8080/nodes/hub/rooms/test-3/users
RoomPicker-User: admin
RoomPicker-Password: admin
```

0 comments on commit c8675ae

Please sign in to comment.