What does this error from flyctl status mean?
WARN WARNING the config file at ‘D:\personal\tnext\fly.toml’ is not valid: json: cannot unmarshal string into Go struct field HTTPService.http_service.auto_stop_machines of type bool
fly.toml:
app = 'trilium-rmi9xw'
primary_region = 'sea'
[build]
dockerfile = 'Dockerfile.alpine'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1