kjelsrud.dev/node_modules/shiki/samples/hcl.sample

15 lines
302 B
Text
Raw Normal View History

2023-07-19 21:31:30 +02:00
io_mode = "async"
service "http" "web_proxy" {
listen_addr = "127.0.0.1:8080"
process "main" {
command = ["/usr/local/bin/awesome-app", "server"]
}
process "mgmt" {
command = ["/usr/local/bin/awesome-app", "mgmt"]
}
}
# From: https://github.com/hashicorp/hcl/blob/main/README.md