summarylogtreecommitdiffstats
path: root/fleet-orbit-config
diff options
context:
space:
mode:
authorGilbert Gilb's2022-05-12 17:02:13 +0200
committerGilbert Gilb's2022-05-12 19:52:18 +0200
commitc696df792c264322b4b500f021c143c919787352 (patch)
tree5494bae62bf97fca814af2875163fa3ff93e93d4 /fleet-orbit-config
downloadaur-c696df792c264322b4b500f021c143c919787352.tar.gz
first release
Diffstat (limited to 'fleet-orbit-config')
-rw-r--r--fleet-orbit-config29
1 files changed, 29 insertions, 0 deletions
diff --git a/fleet-orbit-config b/fleet-orbit-config
new file mode 100644
index 000000000000..390937cd2de2
--- /dev/null
+++ b/fleet-orbit-config
@@ -0,0 +1,29 @@
+# Root directory for Orbit state
+#ORBIT_ROOT_DIR=/opt/fleet-orbit
+
+# Disable TLS certificate verification
+#ORBIT_INSECURE=false
+
+# URL (host:port) of Fleet server
+#ORBIT_FLEET_URL=
+
+# Path to server certificate chain
+#ORBIT_FLEET_CERTIFICATE=
+
+# URL for update server
+#ORBIT_UPDATE_URL=https://tuf.fleetctl.com
+
+# Enroll secret for authenticating to Fleet server
+#ORBIT_ENROLL_SECRET=
+
+# Disables auto updates
+#ORBIT_DISABLE_UPDATES=false
+
+# Path to file containing enroll secret
+#ORBIT_ENROLL_SECRET_PATH=
+
+# Runs in development mode
+#ORBIT_DEV_MODE=false
+
+# Enable debug logging
+#ORBIT_DEBUG=false