Integration Server 10.15 | Microservices Runtime Guide | Using Configuration Variables Templates with Microservices Runtime | Template File Locations
 
Template File Locations
When the configuration variables template is ready for use with a Microservices Runtime, you need to save the template to a place accessible to Microservices Runtime upon startup. Where you place the configuration variables template file and any accompanying environment variables list depends on whether you are using the template with Microservices Runtime running in a Docker container or on-premises.
You can place the template file in one of the following locations.
*The location to be identified by the SAG_IS_CONFIG_PROPERTIES environment variable. The SAG_IS_CONFIG_PROPERTIES environment variable is a comma-separated list of template files and/or directories containing template files.
* Integration Server_directory /instances/instanceName
For this option, the configuration variables template must be a file named application.properties. If you use this location with Microservices Runtime running in a Docker container, create the Docker image after completing the template and placing it here.
* Integration Server_directory
For this option, the configuration variables template must be a file named application.properties. If you use this location with Microservices Runtime running in a Docker container, create the Docker image after completing the template and placing it here.
For more details about where to place the configuration variables template and an environment variables list, if you are using one, see Approaches for Using a Configuration Variables Template with Microservices Runtime .