Adam Connor
06/14/2022, 12:38 PM// Server
man.addConfigString("server.address", "0.0.0.0:8080",
"Fleet server address (host:port)")
Lines 438> from here-
https://github.com/fleetdm/fleet/blob/main/server/config/config.goMystery Incorporated
06/14/2022, 2:25 PMserver:
address: 127.0.0.1:443
for exampleMystery Incorporated
06/14/2022, 2:26 PMzwass
FLEET_SERVER_ADDRESS. See https://fleetdm.com/docs/deploying/configuration for more about configuring Fleet.zwass
~/.fleet/config is for fleetctl. That is the CLI client for interacting with the Fleet server. Typically you would install that on your workstation and use it to interact with Fleet.Adam Connor
06/14/2022, 11:51 PMzwass
fleet serve command (https://fleetdm.com/docs/deploying/configuration#using-a-yaml-config-file). Like fleet serve --config /etc/fleet.ymlAdam Connor
06/15/2022, 12:05 AMzwass