all repos — homestead @ cf74fe3a4035847fe22ff3dcac242d5fd4e29a85

Code for my website

re-format toml files

Alan Pearce
commit

cf74fe3a4035847fe22ff3dcac242d5fd4e29a85

parent

0579a731e6dba1ac3d575200d9a100880fda5be2

2 files changed, 30 insertions(+), 32 deletions(-)

jump to
M fly.tomlfly.toml
@@ -7,42 +7,42 @@ app = "alanpearce-eu"
primary_region = "ams" [env] - SERVER_PORT = "8080" - SERVER_LISTEN_ADDRESS = "::" - WEBSITE_SOURCE = "/data/website" - WEBSITE_DESTINATION = "/data/public" - WEBSITE_VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" - GOMEMLIMIT = "200MiB" +SERVER_PORT = "8080" +SERVER_LISTEN_ADDRESS = "::" +WEBSITE_SOURCE = "/data/website" +WEBSITE_DESTINATION = "/data/public" +WEBSITE_VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" +GOMEMLIMIT = "200MiB" [[services]] - internal_port = 8080 +internal_port = 8080 - [services.concurrency] - type = "requests" - soft_limit = 15000 + [services.concurrency] + type = "requests" + soft_limit = 15000 - [[services.ports]] - port = 80 + [[services.ports]] + port = 80 - [[services.ports]] - handler = [ "tls" ] - port = 443 + [[services.ports]] + handlers = [ "tls" ] + port = 443 - [[services.http_checks]] - grace_period = "10s" - protocol = "http" - interval = "10s" - method = "GET" - timeout = "1s" - path = "/health" + [[services.http_checks]] + grace_period = "10s" + protocol = "http" + interval = "10s" + method = "GET" + timeout = "1s" + path = "/health" [[vm]] - size = "shared-cpu-1x" +size = "shared-cpu-1x" [[restart]] - policy = "always" +policy = "always" [mounts] - source = "data" - destination = "/data" - initial_size = "1gb" +source = "data" +destination = "/data" +initial_size = "1gb"
M taplo.tomltaplo.toml
@@ -1,8 +1,6 @@
#:schema taplo://taplo.toml [formatting] - indent_string = " " - indent_tables = true - indent_entries = true - array_auto_collapse = false - compact_arrays = false +indent_tables = true +array_auto_collapse = false +compact_arrays = false