diff options
Diffstat (limited to 'run_local.sh')
-rwxr-xr-x | run_local.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/run_local.sh b/run_local.sh new file mode 100755 index 0000000..0a110f1 --- /dev/null +++ b/run_local.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +RUST_LOG=d53=info cargo run \ + -- \ + --consul-addr http://localhost:8500 \ + --provider gandi \ + --gandi-api-key $GANDI_API_KEY \ + --allowed-domains staging.deuxfleurs.org |