# fly.toml file generated for buscemi on 2023-02-28T21:37:01-05:00 app = "buscemi" kill_signal = "SIGINT" kill_timeout = 5 processes = [] [env] BUSCEMI_DATA = "/brain/buscemi.ron" RUST_LOG = "warn,buscemi=debug" [experimental] auto_rollback = true [mounts] destination = "/brain" source = "buscemi_brain" [[services]] internal_port = 8080 processes = ["app"] protocol = "tcp"