# Minimal loopback daemon configuration for the checked-in example content.
# From the repository root, run:
# cargo run --locked --package maincopy-server --bin maincopyd -- \
# --config crates/server/examples/maincopy.toml
# Relative paths resolve from this file's directory.
[]
= "content"
# This pre-release sample state is disposable across breaking renderer changes.
= "../../../target/maincopy-example/state"
= "../../../target/maincopy-example/run"
[]
= "127.0.0.1:3000"
[]
= "127.0.0.1:3001"
# The admin listener is plain loopback HTTP.
# A separate gateway owns this HTTPS origin.
= "https://admin.localhost:8443"