File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,14 @@ Health check endpoint that returns service status.
6161```
6262
6363## Configuration
64+ You usually don't need to edit the config file. Just using the default is fine, unless you need to deploy your cunstomized os images.
6465
6566### Configuration Options
6667
6768- ` host ` : Server bind address (default: "0.0.0.0")
6869- ` port ` : Server port (default: 8080)
6970- ` image_cache_dir ` : Directory for cached OS images (default: "/tmp/dstack-verifier/cache")
70- - ` image_download_url ` : URL template for downloading OS images (default: GitHub releases URL)
71+ - ` image_download_url ` : URL template for downloading OS images (default: dstack official releases URL)
7172- ` image_download_timeout_secs ` : Download timeout in seconds (default: 300)
7273- ` pccs_url ` : Optional PCCS URL for quote verification
7374
@@ -77,7 +78,7 @@ Health check endpoint that returns service status.
7778host = " 0.0.0.0"
7879port = 8080
7980image_cache_dir = " /tmp/dstack-verifier/cache"
80- image_download_url = " http ://0.0.0.0:8000 /mr_{OS_IMAGE_HASH}.tar.gz"
81+ image_download_url = " https ://download.dstack.org/os-images /mr_{OS_IMAGE_HASH}.tar.gz"
8182image_download_timeout_secs = 300
8283pccs_url = " https://pccs.phala.network"
8384```
You can’t perform that action at this time.
0 commit comments