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