Skip to content

Commit

Permalink
Add in server section in server config file (#2339)
Browse files Browse the repository at this point in the history
Add in server section in server config file
  • Loading branch information
kdhamric committed Apr 11, 2023
1 parent 1800636 commit 9877f14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/configuration/server.md
Expand Up @@ -14,6 +14,10 @@ postgres:
port: 5432
dbname: postgres
params: sslmode=disable

server:
httpPort: 11633
pathPrefix: /
```

Alternatively, we support setting a series of environment variables which can contain the connection information for the Postgres instance. If these environment variables are set, they will be used by the Tracetest server to connect to the database.
Expand Down

0 comments on commit 9877f14

Please sign in to comment.