| # Licensed to the Apache Software Foundation (ASF) under one | 
 | # or more contributor license agreements.  See the NOTICE file | 
 | # distributed with this work for additional information | 
 | # regarding copyright ownership.  The ASF licenses this file | 
 | # to you under the Apache License, Version 2.0 (the | 
 | # "License"); you may not use this file except in compliance | 
 | # with the License.  You may obtain a copy of the License at | 
 | # | 
 | #   http://www.apache.org/licenses/LICENSE-2.0 | 
 | # | 
 | # Unless required by applicable law or agreed to in writing, | 
 | # software distributed under the License is distributed on an | 
 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | 
 | # KIND, either express or implied.  See the License for the | 
 | # specific language governing permissions and limitations | 
 | # under the License. | 
 |  | 
 | [agent] | 
 | mb.urls                               =<%= @mb_urls %> | 
 | mb.username                           =<%= @mb_username %> | 
 | mb.password                           =<%= @mb_password %> | 
 | mb.publisher.timeout                  =900 | 
 | listen.address                        =localhost | 
 | thrift.receiver.urls                  =<%= @cep_urls %> | 
 | thrift.server.admin.username          =<%= @cep_username %> | 
 | thrift.server.admin.password          =<%= @cep_password %> | 
 | cep.stats.publisher.enabled           =true | 
 | lb.private.ip                         = | 
 | lb.public.ip                          = | 
 | enable.artifact.update                =true | 
 | auto.commit                           =false | 
 | auto.checkout                         =true | 
 | artifact.update.interval              =15 | 
 | artifact.clone.retries                =5 | 
 | artifact.clone.interval               =10 | 
 | port.check.timeout                    =600000 | 
 | enable.data.publisher                 =<%= @enable_log_publisher %> | 
 | monitoring.server.ip                  =<%= @bam_ip %> | 
 | monitoring.server.port                =<%= @bam_port %> | 
 | monitoring.server.secure.port         =<%= @bam_secure_port %> | 
 | monitoring.server.admin.username      =<%= @bam_username %> | 
 | monitoring.server.admin.password      =<%= @bam_password %> | 
 | log.file.paths                        =LOG_FILE_PATHS | 
 | APPLICATION_PATH                      =<%= @docroot %> | 
 | metadata.service.url                  =<%= @metadata_service_url %> | 
 | super.tenant.repository.path          =/repository/deployment/server/ | 
 | tenant.repository.path                =/repository/tenants/ |