diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-11 16:29:06 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-11 16:29:06 +0100 |
commit | b26d4d7bbad7c77f466a00f0bd21e7e4ea09c3b1 (patch) | |
tree | 0894d7de36ec28e20f36311c5144959d6f604343 /run_local.sh | |
parent | 0d37299b24ec112b752b81334e35bac8c2c36167 (diff) | |
download | D53-b26d4d7bbad7c77f466a00f0bd21e7e4ea09c3b1.tar.gz D53-b26d4d7bbad7c77f466a00f0bd21e7e4ea09c3b1.zip |
Change label format to be a single dns path
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 |