add consul config adapter (#2964)

This commit is contained in:
monchickey
2023-09-25 21:02:55 +08:00
committed by GitHub
parent df92c483d0
commit e6732039c6
9 changed files with 698 additions and 0 deletions

7
.github/workflows/consul/client.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"node_name": "consul-client",
"data_dir": "/consul/data",
"retry_join":[
"consul-server"
]
}