Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update server.md to add http server options for server #2338

Merged
merged 2 commits into from
Apr 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/configuration/server.md
Original file line number Diff line number Diff line change
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:

kdhamric marked this conversation as resolved.
Show resolved Hide resolved
- `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).