riftenlabs-indexer/internal/config_specification.toml
Dagur Valberg Johannsson c1940a54a4
Add missing config spec
2024-10-25 15:26:49 +02:00

5 lines
156 B
TOML

[[param]]
name = "rostrum_addr"
type = "String"
doc = "Rostrum address and TCP port (default: 127.0.0.1:50001)"
default = "\"127.0.0.1:50001\".to_string()"