Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Mar 16, 2017
1 parent 2730dcd commit a168a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* User management with support to assign users to applications.
* API authentication / authorization (JWT token) format has been updated
(it contains the username instead of all the permissions of the user).
See [API documentation](api.md) for more information.
* `--jwt-secret` / `JWT_SECRET` is now mandatory.
* An initial user with *admin* / *admin* credentials will be created (change
this password immediately!).
Expand Down
3 changes: 3 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ you want to change the config variable `POSTGRES_DSN` into:
POSTGRES_DSN=postgres://loraserver:dbpassword@localhost/loraserver?sslmode=disable
```

An other required setting you must change is `JWT_SECRET`.

### Starting LoRa App Server

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

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

0 comments on commit a168a67

Please sign in to comment.