2022-12-07 14:35:12 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-04-05 13:38:16 +00:00
|
|
|
RUST_LOG=d53=debug cargo run \
|
2022-12-07 14:35:12 +00:00
|
|
|
-- \
|
|
|
|
--consul-addr http://localhost:8500 \
|
2022-12-11 15:29:06 +00:00
|
|
|
--providers deuxfleurs.org:gandi \
|
2022-12-07 14:35:12 +00:00
|
|
|
--gandi-api-key $GANDI_API_KEY \
|
|
|
|
--allowed-domains staging.deuxfleurs.org
|