Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Oct 23, 2024
1 parent 2f4d266 commit 52c0504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ change in a package index.
* `PROXPI_CONNECT_TIMEOUT`: time (in seconds) `proxpi` will wait for a socket to
connect to the index server before `requests` raises a `ConnectTimeout` error
to prevent indefinite blocking, default: none, or 3.1 if read-timeout provided
* `PROXPI_READ_TIMEOUT`: time (in seconds) `proxpi` will wait for chunks of data
* `PROXPI_READ_TIMEOUT`: time (in seconds) `proxpi` will wait for chunks of data
from the index server before `requests` raises a `ReadTimeout` error to prevent
indefinite blocking, default: none, or 20 if connect-timeout provided

Expand Down Expand Up @@ -176,7 +176,7 @@ This is to be run on a server you have console access to.
"PIP_INDEX_URL=http://proxpi:5000/index/",
"PIP_TRUSTED_HOST=proxpi",
]
[[runners.docker]]
network_mode = "gitlab-runner-network"
...
Expand Down

0 comments on commit 52c0504

Please sign in to comment.