mirror of
https://gitee.com/johng/gf
synced 2026-07-07 06:15:15 +08:00
add consul config adapter (#2964)
This commit is contained in:
7
.github/workflows/consul/client.json
vendored
Normal file
7
.github/workflows/consul/client.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"node_name": "consul-client",
|
||||
"data_dir": "/consul/data",
|
||||
"retry_join":[
|
||||
"consul-server"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user