Update configuring-the-fleet-binary.md (#1592)

This commit is contained in:
securityclippy 2017-10-30 13:11:03 -07:00 committed by Victor Vrantchan
parent 04396c4a37
commit 0ad4caa95c

View File

@ -14,7 +14,7 @@ Your Fleet server's two main purposes are:
The Fleet server allows you persist configuration, manage users, etc. Thus, it needs a database. Fleet uses MySQL and requires you to supply configurations to connect to a MySQL server. Fleet also uses Redis to perform some more high-speed data access action throughout the lifecycle of the application (for example, distributed query result ingestion). Thus, Fleet also requires that you supply Redis connention configurations. The Fleet server allows you persist configuration, manage users, etc. Thus, it needs a database. Fleet uses MySQL and requires you to supply configurations to connect to a MySQL server. Fleet also uses Redis to perform some more high-speed data access action throughout the lifecycle of the application (for example, distributed query result ingestion). Thus, Fleet also requires that you supply Redis connention configurations.
Since Fleet is a web application, when you run Koldie there are some other configurations that are worth defining, such as: Since Fleet is a web application, when you run Fleet there are some other configurations that are worth defining, such as:
- The TLS certificates that Fleet should use to terminate TLS. - The TLS certificates that Fleet should use to terminate TLS.
- The [JWT](https://jwt.io/) Key which is used to sign and verify session tokens. - The [JWT](https://jwt.io/) Key which is used to sign and verify session tokens.