Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit a168a67

Browse files
committed
Update documentation.
1 parent 2730dcd commit a168a67

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* User management with support to assign users to applications.
1010
* API authentication / authorization (JWT token) format has been updated
1111
(it contains the username instead of all the permissions of the user).
12+
See [API documentation](api.md) for more information.
1213
* `--jwt-secret` / `JWT_SECRET` is now mandatory.
1314
* An initial user with *admin* / *admin* credentials will be created (change
1415
this password immediately!).

docs/getting-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ you want to change the config variable `POSTGRES_DSN` into:
129129
POSTGRES_DSN=postgres://loraserver:dbpassword@localhost/loraserver?sslmode=disable
130130
```
131131

132+
An other required setting you must change is `JWT_SECRET`.
133+
132134
### Starting LoRa App Server
133135

134136
How you need to (re)start and stop LoRa Gateway Bridge depends on if your
@@ -204,6 +206,7 @@ INFO[0005] grpc: addrConn.resetTransport failed to create client transport: conn
204206
To access the web-interface, point your browser to
205207
[https://localhost:8080](https://localhost:8080). Note that it is normal that
206208
this will raise a security warning, as a self-signed certificate is being used.
209+
To login, use *admin* / *admin* (don't forget to reset this password!).
207210

208211
To access the REST API endpoint, point your browser to
209212
[https://localhost:8080/api](https://localhost:8080/api).

0 commit comments

Comments
 (0)