blob: 150709a4d7a91b1018c3d122553620fed72f0c73 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
RUST_LOG=d53=info cargo run \
-- \
--consul-addr http://localhost:8500 \
--providers deuxfleurs.org:gandi \
--gandi-api-key $GANDI_API_KEY \
--allowed-domains staging.deuxfleurs.org
|