github.com/proppy/fleet@v0.1.4/fleet.conf.sample (about)

     1  # This config file is INI-formatted
     2  
     3  # Lower the logging threshold. Acceptable values are 0, 1, and 2. A higher
     4  # value corresponds to a lower logging threshold.
     5  # verbosity=0
     6  
     7  # Provide a custom set of etcd endpoints. The default value is determined
     8  # by the underlying go-etcd library.
     9  # etcd_servers=["http://127.0.0.1:4001"]
    10  
    11  # IP address that should be published with any socket information. By default,
    12  # no IP address is published.
    13  # public_ip=""
    14  
    15  # Comma-delimited key/value pairs that are published with the local
    16  # to the fleet registry. This data can be used directly by a client
    17  # of fleet to make scheduling descisions. An example set of metadata
    18  # could look like:  metadata="region=us-west,az=us-west-1"
    19  # metadata=""
    20  
    21  # An Agent will be considered dead if it exceeds this amount of time to
    22  # communicate with the Registry. The agent will attempt a heartbeat at half
    23  # of this value.
    24  # agent_ttl="30s"
    25  
    26  
    27  #####
    28  # Development Settings
    29  
    30  # Unique identifier of fleet instance. The value defaults
    31  # to contents of /proc/sys/kernel/random/boot_id
    32  # bootid=""
    33  
    34  # Prefix to use when creating local systemd units. This prefix will never
    35  # be exposed outside of this machine.
    36  # unit_prefix=""