Updated README.md

This commit is contained in:
Andrey Terentev 2024-02-05 15:58:33 +07:00
parent 1055434737
commit c8675aeb3f

View File

@ -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
```