Refactoring

This commit is contained in:
PB
2022-11-30 02:20:48 +01:00
parent 55267a12e2
commit ea63c86bf8
28 changed files with 1005 additions and 36 deletions

View File

@@ -0,0 +1,14 @@
{
"node_name": "api-registry",
"server": true,
"bootstrap" : true,
"ui_config": {
"enabled" : true
},
"data_dir": "/consul/data",
"addresses": {
"http" : "0.0.0.0"
},
"bind_addr": "0.0.0.0",
"advertise_addr": "127.0.0.1"
}