Skip to content

Instantly share code, notes, and snippets.

@edwardcallahan
Created October 10, 2016 19:46
Show Gist options
  • Save edwardcallahan/5122c04310e77241de206e60d1755725 to your computer and use it in GitHub Desktop.
Save edwardcallahan/5122c04310e77241de206e60d1755725 to your computer and use it in GitHub Desktop.
2.0.0 Beta Visualizer Bundle.conf
version = "1"
name = "visualizer"
compatibilityVersion = "1.1"
system = "visualizer"
systemVersion = "1.1"
nrOfCpus = 0.1
memory = 402653184
diskSpace = 200000000
roles = ["web"]
components = {
visualizer = {
description = "visualizer"
file-system-type = "universal"
start-command = ["visualizer/bin/visualizer", "-J-Xms134217728", "-J-Xmx134217728", "-Dhttp.address=$VISUALIZER_BIND_IP", "-D
http.port=$VISUALIZER_BIND_PORT"]
endpoints = {
"visualizer" = {
bind-protocol = "http"
bind-port = 0
service-name = "visualizer"
acls = [
{
http = {
requests = [
{
path-beg = "/"
}
]
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment