Files
SpacetimeDB/smoketests/config.toml
Noa 18af6c46ad Fix some annoyances with the smoketests (#3556)
# Description of Changes

Now running `python -m smoketests` no longer updates
`smoketests/config.toml` with a new identity, and also `replication`
doesn't fail when docker isn't available.

# Expected complexity level and risk

1

# Testing

- [x] those things no longer happen

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-11-05 17:07:35 +00:00

7 lines
114 B
TOML

default_server = "localhost"
[[server_configs]]
nickname = "localhost"
host = "127.0.0.1:3000"
protocol = "http"