Skip to content

Commit

Permalink
fix: remove unused env vars from doc (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
patlo-iog committed Nov 10, 2023
1 parent fcac233 commit 6add307
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ The following enviroment variables can be used to configure Prism Agent:

| Variable Name | Description | Type | Default |
|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|-----------------------|
| DEV_MODE | Used to indicate if the agent is running in production or dev environment. | Boolean | false |
| IRIS_HOST | Hostname of the Iris server an agent will use to connect to. | String | localhost |
| IRIS_PORT | Port of the Iris host an agent will use to connect to. | Int | 8081 |
| CASTOR_DB_HOST | Hostname of the server where Castor database is running on. | String | localhost |
| CASTOR_DB_PORT | Port of the Castor database. | Int | 5432 |
| CASTOR_DB_NAME | Database name where Castor db will store data. | String | castor |
| CASTOR_DB_USER | Castor database username for login. | String | postgres |
| CASTOR_DB_PASSWORD | Castor database password for login. | String | postgres |
| POLLUX_DB_HOST | Hostname of the server where Pollux database is running on. | String | localhost |
| POLLUX_DB_PORT | Port of the Pollux database. | Int | 5432 |
| POLLUX_DB_NAME | Database name where Pollux db will store data. | String | pollux |
Expand Down

0 comments on commit 6add307

Please sign in to comment.