13 lines
153 B
HCL
13 lines
153 B
HCL
|
config_entries {
|
||
|
bootstrap = [
|
||
|
{
|
||
|
kind = "proxy-defaults"
|
||
|
name = "global"
|
||
|
|
||
|
config {
|
||
|
protocol = "http"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|