Skip to content

Commit

Permalink
docs: Clarify documentation (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh authored Feb 4, 2025
1 parent 8dea456 commit dc4ea29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ docker network create proxy
docker compose up -d
```

The server should now be running and accessible at `http://scotty.localhost`.
The server should now be running and accessible at `http://scotty.localhost`. The password is
`my-secret-token` and can be changed in the above `docker-compose.yml`-file by changing
the env-var `SCOTTY__API__ACCESS_TOKEN`.


## Installing the Client
Expand Down

0 comments on commit dc4ea29

Please sign in to comment.