Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Apr 26, 2024
1 parent 7a45595 commit 2b91e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ These environment variables control the program's runtime:
- `MINI_BATCH_NUMBER` - Number of mini-batches to process within each main batch. Used by `getTimeBatches` to divide the time between `prev_batch_end` and `cur_batch_end` into smaller intervals.
- `UPTIME_DAYS_FOR_SCORE` - Number of days the system must be operational to calculate a score. Used by `updateScoreboard` to define the scoreboard update period.
- `RETRY_COUNT` - Number of times a batch should be retried before giving up.
- `SUBMISSION_STORAGE` - Storage where submissions are kept. Valid options: `POSTGRES` or `CASSANDRA`. Default: `POSTGRES`.

### Stateless Verification Tool Configuration

Expand Down
2 changes: 2 additions & 0 deletions uptime_service_validation/coordinator/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ def setUpValidatorProcesses(time_intervals, logging, worker_image, worker_tag):
command = [
"docker",
"run",
"--network",
"host",
"--rm",
"-v",
f"{os.environ.get('SSL_CERTFILE')}:/var/ssl/ssl-cert.crt",
Expand Down

0 comments on commit 2b91e3a

Please sign in to comment.