|
1 | 1 | # GITSENSOR CONFIGMAP
|
2 | 2 |
|
3 |
| -| Key | Value | Description | |
4 |
| -|-----------------------------------|------------------------------------|-------------------------------| |
5 |
| -| PG_ADDR | postgresql-postgresql.devtroncd | PostgreSQL Server Address | |
6 |
| -| PG_USER | postgres | PostgreSQL User | |
7 |
| -| PG_DATABASE | git_sensor | PostgreSQL Database Name | |
8 |
| -| SENTRY_ENV | prod | Sentry Environment | |
9 |
| -| SENTRY_ENABLED | "false" | Sentry Enabled (boolean) | |
10 |
| -| POLL_DURATION | "1" | Polling Duration (in seconds) | |
11 |
| -| POLL_WORKER | "2" | Number of Polling Workers | |
12 |
| -| PG_LOG_QUERY | "false" | PostgreSQL Query Logging (boolean) | |
13 |
| -| COMMIT_STATS_TIMEOUT_IN_SEC | "2" | Commit Stats Timeout (in seconds) | |
14 |
| -| ENABLE_FILE_STATS | "false" | Enable File Stats (boolean) | |
15 |
| -| GIT_HISTORY_COUNT | "15" | Git History Count | |
16 |
| -| CLONING_MODE | FULL | Cloning Mode (Possible values: SHALLOW, FULL) | |
| 3 | +| Key | Value | Description | |
| 4 | +|-----------------------------|---------------------------------|---------------------------------------------------------------------| |
| 5 | +| PG_ADDR | postgresql-postgresql.devtroncd | PostgreSQL Server Address | |
| 6 | +| PG_USER | postgres | PostgreSQL User | |
| 7 | +| PG_DATABASE | git_sensor | PostgreSQL Database Name | |
| 8 | +| SENTRY_ENV | prod | Sentry Environment | |
| 9 | +| SENTRY_ENABLED | "false" | Sentry Enabled (boolean) | |
| 10 | +| POLL_DURATION | "1" | Polling Duration (in seconds) | |
| 11 | +| POLL_WORKER | "2" | Number of Polling Workers | |
| 12 | +| PG_LOG_QUERY | "false" | PostgreSQL Query Logging (boolean) | |
| 13 | +| COMMIT_STATS_TIMEOUT_IN_SEC | "2" | Commit Stats Timeout (in seconds) | |
| 14 | +| ENABLE_FILE_STATS | "false" | Enable File Stats (boolean) | |
| 15 | +| GIT_HISTORY_COUNT | "15" | Git History Count | |
| 16 | +| CLONING_MODE | FULL | Cloning Mode (Possible values: SHALLOW, FULL) | |
| 17 | +| USE_GIT_CLI | "false" | Use git cli commands directly for all git operations | |
| 18 | +| USE_GIT_CLI_ANALYTICS | "false" | Use git cli commands directly for getting commit data for analytics | |
0 commit comments