# An example of running htsget-rs.
# Run with `cargo run -p htsget-axum --all-features -- --config htsget-config/docs/examples/basic.toml`
= "127.0.0.1:8080"
= "127.0.0.1:8081"
# Serve data locally from the `data` directory or from an S3 bucket called `bucket` depending on the prefix.
= [ { = "file://data", = "file_prefix" }, { = "s3://bucket", = "s3_prefix" } ]