Skip to content

Commit 1800636

Browse files
kdhamricAdnan Rahić
andauthored
Update server.md to add http server options for server (#2338)
* 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ć <[email protected]> --------- Co-authored-by: Adnan Rahić <[email protected]>
1 parent 8059e64 commit 1800636

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/configuration/server.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ The list of environment variables and example values is:
2626
- `TRACETEST_POSTGRES_PASSWORD: "postgres"`
2727
- `TRACETEST_POSTGRES_PARAMS: ""`
2828
29+
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:
30+
31+
- `TRACETEST_SERVER_HTTPPORT=11633`
32+
- `TRACETEST_SERVER_PATHPREFIX="/"`
33+
2934

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

0 commit comments

Comments
 (0)