Exporting App Properties to a File

You can export the app properties to a .flogo file or a .properties file. The exported FLOGO file can be used to override app property values. The .properties file can be used to create a ConfigMap in Kubernetes. When using the exported properties file, the values in the properties file get validated by the app during runtime. If a property value in the file is invalid, you get an error saying so and the app proceeds to use the default value for that property instead.