Skip to content

Commit

Permalink
Update server.md to add http server options for server (#2338)
Browse files Browse the repository at this point in the history
* Update server.md to add http server  options for server

Update server.md to add http server  options for server, including TRACETEST_SERVER_HTTPPORT and TRACETEST_SERVER_PATHPREFIX

* Apply suggestions from code review

Co-authored-by: Adnan Rahi膰 <adnan@kubeshop.io>

---------

Co-authored-by: Adnan Rahi膰 <adnan@kubeshop.io>
  • Loading branch information
kdhamric and adnanrahic committed Apr 11, 2023
1 parent 8059e64 commit 1800636
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/configuration/server.md
Expand Up @@ -26,6 +26,11 @@ The list of environment variables and example values is:
- `TRACETEST_POSTGRES_PASSWORD: "postgres"`
- `TRACETEST_POSTGRES_PARAMS: ""`

You can also change the defaults for the Tracetest server, altering the port and path you access the dashboard from. For a Docker-based install done locally, this URL is typically `http://localhost:11633/`. You can alter it by setting either of the environment variables or using the `server` object in the server configuration file:

- `TRACETEST_SERVER_HTTPPORT=11633`
- `TRACETEST_SERVER_PATHPREFIX="/"`


You can also intitalize the server with a number of resources the first time it is launched by using [provisioning](./provisioning).

0 comments on commit 1800636

Please sign in to comment.