/ fly.toml
fly.toml
 1  # fly.toml app configuration file generated for creature-api-boilerplate on 2024-06-18T18:53:44+07:00
 2  #
 3  # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
 4  #
 5  
 6  app = 'creature-api-boilerplate'
 7  primary_region = 'waw'
 8  
 9  [build]
10  
11  [env]
12    LOG_LEVEL = 'info'
13  
14  [http_service]
15    internal_port = 3030
16    force_https = true
17    auto_stop_machines = true
18    auto_start_machines = true
19    min_machines_running = 0
20    processes = ['app']
21  
22  [[vm]]
23    size = 'shared-cpu-1x'