From 78b68466b4c260cccf57b95a288ac499ea740966 Mon Sep 17 00:00:00 2001 From: fanfpy Date: Sun, 6 Jul 2025 16:28:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=BAdev=E5=92=8Cprod=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=B7=BB=E5=8A=A0consul=E6=95=B0=E6=8D=AE=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consul/config/dev/consul.json | 1 + consul/config/prod/consul.json | 1 + 2 files changed, 2 insertions(+) diff --git a/consul/config/dev/consul.json b/consul/config/dev/consul.json index 45575db..1e8f996 100644 --- a/consul/config/dev/consul.json +++ b/consul/config/dev/consul.json @@ -1,4 +1,5 @@ { + "data_dir": "/consul/data", "acl": { "default_policy": "deny", "enabled": false diff --git a/consul/config/prod/consul.json b/consul/config/prod/consul.json index 0aa6a91..b10dc23 100644 --- a/consul/config/prod/consul.json +++ b/consul/config/prod/consul.json @@ -1,4 +1,5 @@ { + "data_dir": "/consul/data", "acl": { "default_policy": "deny", "enabled": true