diff options
Diffstat (limited to 'run_local.sh')
-rwxr-xr-x | run_local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_local.sh b/run_local.sh index 0a110f1..150709a 100755 --- a/run_local.sh +++ b/run_local.sh @@ -3,6 +3,6 @@ RUST_LOG=d53=info cargo run \ -- \ --consul-addr http://localhost:8500 \ - --provider gandi \ + --providers deuxfleurs.org:gandi \ --gandi-api-key $GANDI_API_KEY \ --allowed-domains staging.deuxfleurs.org |