| Address configuration |
addr.cfg |
The addr.cfg is a text file consisting of name/value pairs identifying the IP addresses and ports of a fabric. Changing these values and deploying this file to the workers logically moves those workers to a new location (essentially a new fabric running at that location). The addr.cfg file is located in the system directory. |
| Fabric configuration |
fabric.cfg |
The fabric.cfg is a text file consisting of name/value pairs. These name/value pairs allow you to override the application fabric default settings. This file handles most of the basic fabric organizing parameters. The fabric.cfg file is located in the system directory. |
| Group configuration |
group.cfg |
Group.cfg is a text file listing all the security groups and their user members. A developer uses groups to restrict access to applications and process flows. The group.cfg file is located in the system directory. |
| Image configuration |
image.cfg |
The image.cfg is a text file identifying the current version of the fabric OS image. This file is used to initiate a rolling, OS image update of fabric workers. The image.cfg file is located in the system directory. |
| License configuration |
license.cfg |
The license.cfg is a text file consisting of name/value pairs defining the terms of the license and the license key. The license.cfg file is located in the system directory. |
| User configuration |
user.cfg |
The user.cfg file is a text file consisting of name/value pairs identifying the fabric users, their encrypted password, and the file version. The user.cfg file is located in the system directory. |